mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-13 19:42:29 +00:00
feat(gx): add getter for device window
This commit is contained in:
parent
bfbd7e57ad
commit
acaa42019a
7 changed files with 17 additions and 0 deletions
|
|
@ -46,6 +46,10 @@ EGxApi GxDevApi() {
|
|||
return g_theGxDevicePtr->m_api;
|
||||
}
|
||||
|
||||
void* GxDevWindow() {
|
||||
return g_theGxDevicePtr->DeviceWindow();
|
||||
}
|
||||
|
||||
int32_t GxMasterEnable(EGxMasterEnables state) {
|
||||
return g_theGxDevicePtr->MasterEnable(state);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue