summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlessandro Borges <[email protected]>2006-11-03 20:21:10 +0000
committerAlessandro Borges <[email protected]>2006-11-03 20:21:10 +0000
commit2f2aff63657e093a2c5482b4c0c9895124644c75 (patch)
tree006c120b7d847cc506014032b48b2d97de4a07af /src
parenta204eaa797ef899a0956c55a15d9badfd875637a (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.hpp1
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;