![]() |
PSP2SDK
dirty-f9e4f2d
The free SDK for PSP2
|
Represents an auxiliary surface. More...
#include <gxm.h>
Data Fields | |
| uint32_t | colorFormat |
| Format of auxiliary surface data from SceGxmColorFormat. | |
| uint32_t | type |
| Memory layout of the surface data from SceGxmColorSurfaceType. | |
| uint32_t | width |
| Surface width. | |
| uint32_t | height |
| Surface height. | |
| uint32_t | stride |
| Surface stride in bytes. | |
| void * | data |
| A pointer to the surface data. | |
Represents an auxiliary surface.
1.7.6.1