TglImpl::DeviceImpl functions (#1519)

This commit is contained in:
MS
2025-05-25 11:37:16 -04:00
committed by GitHub
parent 804632b13f
commit 5ad885f958
3 changed files with 98 additions and 19 deletions

View File

@@ -183,7 +183,7 @@ public:
// vtable+0x20
Result Update() override;
void HandleActivate(WORD) override;
void HandlePaint(HDC) override;
void HandlePaint(void*) override;
typedef IDirect3DRMDevice2* DeviceDataType;