#pragma once #include #include #include #include #include #ifdef __cplusplus extern "C" { #endif BOOL GfxInit(); void GfxShutdown(); void GfxBeginRender(); void GfxFinishRender(); void GfxBeginRenderDRC(); void GfxFinishRenderDRC(); void GfxBeginRenderTV(); void GfxFinishRenderTV(); BOOL GfxInitShaderAttribute(WHBGfxShaderGroup *group, const char *name, uint32_t buffer, uint32_t offset, GX2AttribFormat format); BOOL GfxInitFetchShader(WHBGfxShaderGroup *group); #ifdef __cplusplus } #endif /** @} */