mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
chore: initial commit
This commit is contained in:
commit
70b00c5c38
965 changed files with 264882 additions and 0 deletions
21
src/gx/Gx.hpp
Normal file
21
src/gx/Gx.hpp
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
#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];
|
||||
|
||||
CGxCaps* GxCaps(void);
|
||||
|
||||
bool GxCapsWindowHasFocus(int32_t);
|
||||
|
||||
void GxCapsWindowSize(CRect&);
|
||||
|
||||
void GxFormatColor(CImVector&);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue