#include <revolution/gx.h>
void GXInitTexObjData(
GXTexObj* obj,
void* image_ptr );
|
Pointer to a texture object |
image_ptr |
Pointer to the texture's image data in main memory |
None.
This function allows you to modify the image data pointer for an existing texture object. The image format and size for the new data must match when the texture object was first initialized using GXInitTexObj or GXInitTexObjCI.
GXLoadTexObj
GXInitTexObj
GXInitTexObjCI
GXGetTexObjData
2006/03/01 Initial version.
CONFIDENTIAL