#include <revolution/gx.h>
void GXGetPixelFmt(
GXPixelFmt *pix_fmt,
GXZFmt16 *z_fmt );
| pix_fmt | Pointer used to return the pixel format. Values are as follows.
| ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| z_fmt | Pointer used to return the compression type for the 16-bit Z format. Values are as follows.
|
None.
Gets the pixel format and antialiasing (AA) mode of the EFB inside the graphics processor as set by the GXSetPixelFmt function.
2009/01/05 Initial version.
CONFIDENTIAL