wut  v1.5.0
Wii U Toolchain
Typedefs | Functions
Swap
Collaboration diagram for Swap:

Typedefs

typedef struct GX2ColorBuffer GX2ColorBuffer
 
typedef struct GX2Texture GX2Texture
 

Functions

void GX2CopyColorBufferToScanBuffer (const GX2ColorBuffer *buffer, GX2ScanTarget scanTarget)
 
void GX2SwapScanBuffers ()
 
BOOL GX2GetLastFrame (GX2ScanTarget scanTarget, GX2Texture *texture)
 
BOOL GX2GetLastFrameGamma (GX2ScanTarget scanTarget, float *gammaOut)
 
uint32_t GX2GetSwapInterval ()
 
void GX2SetSwapInterval (uint32_t interval)
 

Detailed Description

Typedef Documentation

◆ GX2ColorBuffer

Definition at line 1 of file swap.h.

◆ GX2Texture

typedef struct GX2Texture GX2Texture

Definition at line 1 of file swap.h.

Function Documentation

◆ GX2CopyColorBufferToScanBuffer()

void GX2CopyColorBufferToScanBuffer ( const GX2ColorBuffer buffer,
GX2ScanTarget  scanTarget 
)

◆ GX2SwapScanBuffers()

void GX2SwapScanBuffers ( )

◆ GX2GetLastFrame()

BOOL GX2GetLastFrame ( GX2ScanTarget  scanTarget,
GX2Texture texture 
)

◆ GX2GetLastFrameGamma()

BOOL GX2GetLastFrameGamma ( GX2ScanTarget  scanTarget,
float *  gammaOut 
)

◆ GX2GetSwapInterval()

uint32_t GX2GetSwapInterval ( )

◆ GX2SetSwapInterval()

void GX2SetSwapInterval ( uint32_t  interval)