RetroArch
Classes | Functions
texture.h File Reference
#include <wiiu/types.h>
#include "surface.h"
Include dependency graph for texture.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  GX2Texture
 

Functions

void GX2InitTextureRegs (GX2Texture *texture)
 
void GX2SetPixelTexture (GX2Texture *texture, uint32_t unit)
 
void GX2SetVertexTexture (GX2Texture *texture, uint32_t unit)
 
void GX2SetGeometryTexture (GX2Texture *texture, uint32_t unit)
 

Function Documentation

◆ GX2InitTextureRegs()

void GX2InitTextureRegs ( GX2Texture texture)
Here is the caller graph for this function:

◆ GX2SetGeometryTexture()

void GX2SetGeometryTexture ( GX2Texture texture,
uint32_t  unit 
)

◆ GX2SetPixelTexture()

void GX2SetPixelTexture ( GX2Texture texture,
uint32_t  unit 
)
Here is the caller graph for this function:

◆ GX2SetVertexTexture()

void GX2SetVertexTexture ( GX2Texture texture,
uint32_t  unit 
)