Import SDK Types
This commit is contained in:
parent
84b3e69630
commit
4fe4c38e0d
86 changed files with 6528 additions and 27 deletions
18
include/dolphin/gx/GXCull.h
Normal file
18
include/dolphin/gx/GXCull.h
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
#ifndef _DOLPHIN_GXCULL
|
||||
#define _DOLPHIN_GXCULL
|
||||
|
||||
#include <dolphin/types.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void GXSetScissor(u32 left, u32 top, u32 wd, u32 ht);
|
||||
void GXSetCullMode(GXCullMode mode);
|
||||
void GXSetCoPlanar(GXBool enable);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // _DOLPHIN_GXCULL
|
||||
Loading…
Add table
Add a link
Reference in a new issue