Nugget
Loading...
Searching...
No Matches
Classes | Macros | Functions
gpu.h File Reference
#include <stdint.h>
#include "common/hardware/gpu.h"
#include "common/hardware/hwregs.h"
#include "shell/math.h"
Include dependency graph for gpu.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

union  GPUPoint
 

Macros

#define WIDTH   640
 
#define HEIGHT   480
 

Functions

void initGPU (int isPAL)
 
void flip (int doubleBuffer, const union Color bg)
 
void waitVSync (int interlaced, void(*idle)())
 

Macro Definition Documentation

◆ HEIGHT

#define HEIGHT   480

◆ WIDTH

#define WIDTH   640

Function Documentation

◆ flip()

void flip ( int  doubleBuffer,
const union Color  bg 
)

◆ initGPU()

void initGPU ( int  isPAL)

◆ waitVSync()

void waitVSync ( int  interlaced,
void(*)()  idle 
)