14 Managing Textures
Q3Texture_GetType
function to get the type of a texture object.
TQ3ObjectType Q3Texture_GetType (TQ3TextureObject texture);
texture
A texture object.
Q3Texture_GetType
function returns, as its function result, the type of the texture object specified by the texture
parameter. The type of texture objects currently supported by QuickDraw3D is defined by this constant:
kQ3TextureTypePixmapIf the specified texture object is invalid or is not of this type,
Q3Texture_GetType
returns the value kQ3ObjectTypeInvalid
.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker