aboutsummaryrefslogtreecommitdiffstats
path: root/src/native/d3d/D3dDriverInfo.hpp
diff options
context:
space:
mode:
authorAlessandro Borges <[email protected]>2005-12-21 21:58:21 +0000
committerAlessandro Borges <[email protected]>2005-12-21 21:58:21 +0000
commit13f19817dc36de51fe6fb55e8b01546d7862bb29 (patch)
tree8bb5e1242c41dc4fb5034d8f88a44babae07ad2b /src/native/d3d/D3dDriverInfo.hpp
parentcac51fe3e2ad463dc97538a348715cbc14fd30fd (diff)
Added support for Stencil.
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@481 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'src/native/d3d/D3dDriverInfo.hpp')
-rw-r--r--src/native/d3d/D3dDriverInfo.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/native/d3d/D3dDriverInfo.hpp b/src/native/d3d/D3dDriverInfo.hpp
index 5c5f0ca..d6fbcc2 100644
--- a/src/native/d3d/D3dDriverInfo.hpp
+++ b/src/native/d3d/D3dDriverInfo.hpp
@@ -22,6 +22,7 @@
extern D3DFORMAT d3dDepthFormat[D3DDEPTHFORMATSIZE];
extern int d3dDepthTable[D3DDEPTHFORMATSIZE];
+extern int d3dStencilDepthTable[D3DDEPTHFORMATSIZE];
class D3dDriverInfo {
public: