WriteUniformSubBuffer Data Member Function

Writes data to the uniform buffer.

Prototype

int32 WriteUniformSubBuffer( int32 p_iOffset, int32 p_iSize, MemoryPointer p_oData )

Parameters

Parameter Type Parameter Name Documentation
int32p_iOffsetThe offset in bytes at which to start writing data. This must be between 0 and buffer size - the size of the data.
int32p_iSizeThe size in bytes of the data to write to the buffer.
<MemoryPointer>p_oDataA pointer to a <MemoryPointer>-derived type that points at the data to write to the buffer.

Examples

Copy Text To Clipboard

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