SetImage Data Member Function

Destroys any existing <Image> objects managed by the <Texture>, and transfers to the <Texture> object ownership of the <Image> object submitted by this function. Does not generate MIP maps.

Prototype

int32 SetImage( Image p_oImage )

Parameters

Parameter Type Parameter Name Documentation
<Image>p_oImageA pointer to the <Image> object to be owned by this object.

Examples

Copy Text To Clipboard

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