thunderbrew/src/gx/Gx.hpp
2025-04-12 04:35:49 -04:00

24 lines
380 B
C++

#ifndef GX_GX_HPP
#define GX_GX_HPP
#include "gx/CGxCaps.hpp"
#include "gx/CGxFormat.hpp"
#include "gx/Types.hpp"
#include <cstdint>
class CRect;
extern const char** g_gxShaderProfileNames[GxShTargets_Last];
void GxFormatColor(CImVector&);
void GxSetMaxFPS(uint32_t maxFPS);
void GxSetMaxFPSBk(uint32_t maxFPSBk);
uint32_t GxGetMaxFPS();
uint32_t GxGetMaxFPSBk();
#endif