GetColorBufferTextureHandle Data Member Function

Returns a texture handle from a color buffer. One use for the resulting texture handle would be as the handle for a dynamic texture object.

Prototype

int32 GetColorBufferTextureHandle( int32 ColorBufferHandle, int32 Index )

Parameters

Parameter Type Parameter Name Documentation
int32ColorBufferHandleThe handle of the color buffer to get a texture handle for.
int32IndexReserved. This value must be 0 at present.

Examples

Copy Text To Clipboard

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