cohtml.ConstantBuffers
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| ConstantBuffers() | |
| bool | CreateCB(CBType type, ConstantBufferObject obj, uint size) |
| void | DestroyCB(ConstantBufferObject obj) |
| void | BuildCBMappingToData(IntPtr CBOUpdates, uint CBOUpdatesCount) |
| void | SetConstantBuffer(ConstantBufferObject obj, ref MaterialPropertyBlock propertyBlock) |
| void | SetPathInstanceId(uint cbIndices, ref MaterialPropertyBlock propertyBlock) |
| void | UpdateConstantBuffer(UpdateConstantBufferCmd cmd, ref MaterialPropertyBlock propertyBlock) |
Public Functions Documentation
Section titled “Public Functions Documentation”function ConstantBuffers
Section titled “function ConstantBuffers”ConstantBuffers()function CreateCB
Section titled “function CreateCB”bool CreateCB( CBType type, ConstantBufferObject obj, uint size)function DestroyCB
Section titled “function DestroyCB”void DestroyCB( ConstantBufferObject obj)function BuildCBMappingToData
Section titled “function BuildCBMappingToData”void BuildCBMappingToData( IntPtr CBOUpdates, uint CBOUpdatesCount)function SetConstantBuffer
Section titled “function SetConstantBuffer”void SetConstantBuffer( ConstantBufferObject obj, ref MaterialPropertyBlock propertyBlock)function SetPathInstanceId
Section titled “function SetPathInstanceId”void SetPathInstanceId( uint cbIndices, ref MaterialPropertyBlock propertyBlock)function UpdateConstantBuffer
Section titled “function UpdateConstantBuffer”void UpdateConstantBuffer( UpdateConstantBufferCmd cmd, ref MaterialPropertyBlock propertyBlock)© 2026 Coherent Labs. All rights reserved.