mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 19:22:30 +00:00
feat(gx): partially handle size wm event in d3d backend
This commit is contained in:
parent
298590f52c
commit
9a15edb6e4
2 changed files with 19 additions and 1 deletions
|
|
@ -73,6 +73,7 @@ class CGxDevice {
|
|||
TSHashTable<CGxShader, HASHKEY_STRI> m_shaderList[GxShTargets_Last];
|
||||
int32_t m_context = 0;
|
||||
int32_t intF5C = 0;
|
||||
int32_t m_windowVisible = 0;
|
||||
int32_t intF64 = 0;
|
||||
CBoundingBox m_viewport;
|
||||
C44Matrix m_projection;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue