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
18
src/gx/Device.hpp
Normal file
18
src/gx/Device.hpp
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
#ifndef GX_DEVICE_HPP
|
||||
#define GX_DEVICE_HPP
|
||||
|
||||
#include "gx/CGxDevice.hpp"
|
||||
#include "gx/Types.hpp"
|
||||
#include <cstdint>
|
||||
|
||||
class CGxFormat;
|
||||
|
||||
extern CGxDevice* g_theGxDevicePtr;
|
||||
|
||||
CGxDevice* GxDevCreate(EGxApi, long (*)(void*, uint32_t, uint32_t, long), const CGxFormat&);
|
||||
|
||||
EGxApi GxDevApi(void);
|
||||
|
||||
int32_t GxMasterEnable(EGxMasterEnables state);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue