RetroArch
Public Attributes | List of all members
GXFifoObj Struct Reference

Object describing a graphics FIFO. More...

#include <gx.h>

Public Attributes

u8 pad [GX_FIFO_OBJSIZE]
 

Detailed Description

Object describing a graphics FIFO.

This structure contains precompiled register state setting commands and data. The application must use the GX_InitFifo*() functions to initialize or change this object. The proper size of the object is returned by

sizeof(GXFifoObj)

but the internal data representation is not visible to the application.

Member Data Documentation

◆ pad

u8 GXFifoObj::pad[GX_FIFO_OBJSIZE]

The documentation for this struct was generated from the following file: