GetProgramUniformBufferSize Data Member Function

Returns the total size of the uniform buffer.

Prototype

int32 GetProgramUniformBufferSize( uint64 p_iHandle, int32 p_iIndex )

Parameters

Parameter Type Parameter Name Documentation
uint64p_iHandleThe <Program> handle, which can be queried by calling the <Program> object's GetHandle() data interface.
int32p_iIndexThe index of the uniform buffer to query.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.