CreateFrameBuffer Data Member Function

Creates a frame buffer of the specified width and height.

Prototype

int32 CreateFrameBuffer( int32 Width, int32 Height )

Parameters

Parameter Type Parameter Name Documentation
int32WidthThe desired width of the frame buffer.
int32HeightThe desired height of the frame buffer.

Examples

Copy Text To Clipboard

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