Q3Texture_GetType
You can use theQ3Texture_GetTypefunction to get the type of a texture object.
TQ3ObjectType Q3Texture_GetType (TQ3TextureObject texture);
texture- A texture object.
DESCRIPTION
TheQ3Texture_GetTypefunction returns, as its function result, the type of the texture object specified by thetextureparameter. The type of texture objects currently supported by QuickDraw 3D is defined by this constant:
kQ3TextureTypePixmapIf the specified texture object is invalid or is not of this type,Q3Texture_GetTypereturns the valuekQ3ObjectTypeInvalid.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help