From 2f2aff63657e093a2c5482b4c0c9895124644c75 Mon Sep 17 00:00:00 2001 From: Alessandro Borges Date: Fri, 3 Nov 2006 20:21:10 +0000 Subject: 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 --- src/native/d3d/D3dDeviceInfo.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/native') 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; -- cgit v1.2.3