diff options
author | Alessandro Borges <[email protected]> | 2006-11-03 20:21:10 +0000 |
---|---|---|
committer | Alessandro Borges <[email protected]> | 2006-11-03 20:21:10 +0000 |
commit | 2f2aff63657e093a2c5482b4c0c9895124644c75 (patch) | |
tree | 006c120b7d847cc506014032b48b2d97de4a07af /src | |
parent | a204eaa797ef899a0956c55a15d9badfd875637a (diff) |
Issue 219 - Support to Non Power of Two teture Size
Added BOOL supportNPOT field
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@738 ba19aa83-45c5-6ac9-afd3-db810772062c
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; |