mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +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
|
|
@ -487,6 +487,10 @@ int32_t CGxDeviceD3d::DeviceSetFormat(const CGxFormat& format) {
|
|||
}
|
||||
}
|
||||
|
||||
void* CGxDeviceD3d::DeviceWindow() {
|
||||
return this->m_hwnd;
|
||||
}
|
||||
|
||||
void CGxDeviceD3d::DeviceWM(EGxWM wm, uintptr_t param1, uintptr_t param2) {
|
||||
switch (wm) {
|
||||
case GxWM_Size: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue