diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/native/d3d/D3dDeviceInfo.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/native/d3d/D3dDeviceInfo.hpp b/src/native/d3d/D3dDeviceInfo.hpp index aed64fc..b88d929 100644 --- a/src/native/d3d/D3dDeviceInfo.hpp +++ b/src/native/d3d/D3dDeviceInfo.hpp @@ -53,6 +53,7 @@ public: // Max vertex count support for each primitive DWORD maxVertexCount[GEO_TYPE_INDEXED_LINE_STRIP_SET+1]; + BOOL supportNPOT; // new on 1.5 NonPower of Two texture size BOOL supportStencil; // new on 1.4 BOOL supportShaders11; BOOL isHardware; |