Skip to content
SiteEmail

cohtml.ConstantBuffers

Name
ConstantBuffers()
boolCreateCB(CBType type, ConstantBufferObject obj, uint size)
voidDestroyCB(ConstantBufferObject obj)
voidBuildCBMappingToData(IntPtr CBOUpdates, uint CBOUpdatesCount)
voidSetConstantBuffer(ConstantBufferObject obj, ref MaterialPropertyBlock propertyBlock)
voidSetPathInstanceId(uint cbIndices, ref MaterialPropertyBlock propertyBlock)
voidUpdateConstantBuffer(UpdateConstantBufferCmd cmd, ref MaterialPropertyBlock propertyBlock)
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
)