Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
GXFrameBuf.h File Reference

Go to the source code of this file.

Functions

void GXSetDispCopySrc (u16 left, u16 top, u16 width, u16 height)
 
void GXSetTexCopySrc (u16 left, u16 top, u16 width, u16 height)
 
void GXSetDispCopyDst (u16 arg0, u16 arg1)
 
void GXSetTexCopyDst (u16 width, u16 height, GXTexFmt format, GXBool useMIPmap)
 
void GXSetDispCopyFrame2Field (GXCopyMode mode)
 
void GXSetCopyClamp (GXFBClamp clamp)
 
u16 GXGetNumXfbLines (const u16 efbHeight, f32 yScale)
 
f32 GXGetYScaleFactor (u16 efb_height, u16 xfb_height)
 
u32 GXSetDispCopyYScale (f32 y_scale)
 
void GXSetCopyClear (GXColor color, u32 clear_z)
 
void GXSetCopyFilter (GXBool antialias, u8 pattern[12][2], GXBool vf, u8 vfilter[7])
 
void GXSetDispCopyGamma (GXGamma gamma)
 
void GXCopyDisp (void *dst, GXBool clear)
 
void GXCopyTex (void *dst, GXBool clear)
 
void GXClearBoundingBox (void)
 

Function Documentation

◆ GXClearBoundingBox()

void GXClearBoundingBox ( void  )

◆ GXCopyDisp()

void GXCopyDisp ( void dst,
GXBool  clear 
)

◆ GXCopyTex()

void GXCopyTex ( void dst,
GXBool  clear 
)

◆ GXGetNumXfbLines()

u16 GXGetNumXfbLines ( const u16  efbHeight,
f32  yScale 
)

◆ GXGetYScaleFactor()

f32 GXGetYScaleFactor ( u16  efb_height,
u16  xfb_height 
)

◆ GXSetCopyClamp()

void GXSetCopyClamp ( GXFBClamp  clamp)

◆ GXSetCopyClear()

void GXSetCopyClear ( GXColor  color,
u32  clear_z 
)

◆ GXSetCopyFilter()

void GXSetCopyFilter ( GXBool  antialias,
u8  pattern[12][2],
GXBool  vf,
u8  vfilter[7] 
)

◆ GXSetDispCopyDst()

void GXSetDispCopyDst ( u16  arg0,
u16  arg1 
)

◆ GXSetDispCopyFrame2Field()

void GXSetDispCopyFrame2Field ( GXCopyMode  mode)

◆ GXSetDispCopyGamma()

void GXSetDispCopyGamma ( GXGamma  gamma)

◆ GXSetDispCopySrc()

void GXSetDispCopySrc ( u16  left,
u16  top,
u16  width,
u16  height 
)

◆ GXSetDispCopyYScale()

u32 GXSetDispCopyYScale ( f32  y_scale)

◆ GXSetTexCopyDst()

void GXSetTexCopyDst ( u16  width,
u16  height,
GXTexFmt  format,
GXBool  useMIPmap 
)

◆ GXSetTexCopySrc()

void GXSetTexCopySrc ( u16  left,
u16  top,
u16  width,
u16  height 
)