Reads a sub-region of memory from a uniform buffer at the specified offset.
int32 ReadUniformSubBuffer( int32 p_nOffset, int32 p_nSize, MemoryPointer p_oPtr )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| int32 | p_nOffset | The offset at which to start reading. 0 for the start of the buffer. |
| int32 | p_nSize | The size in bytes of the region to read. |
| <MemoryPointer> | p_oPtr | A pointer to the destination. |
None published. Please look for an example in the Simdify Scripting Language code base.