#include <revolution/gx.h>
void GXInitTexObjData(
GXTexObj* obj,
void* image_ptr );
| obj | 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 those the texture had when it was first initialized using the GXInitTexObj or GXInitTexObjCI function.
GXLoadTexObj, GXInitTexObj, GXInitTexObjCI, GXGetTexObjData, GXTexObj Initialization Flow
2006/03/01 Initial version.
CONFIDENTIAL