diff options
author | Chien Yang <[email protected]> | 2007-04-12 17:29:50 +0000 |
---|---|---|
committer | Chien Yang <[email protected]> | 2007-04-12 17:29:50 +0000 |
commit | 7871bb635f0337fc1124a84d7a557736d0f2b647 (patch) | |
tree | b909638c3768aa3745cccea35df13b7ac902998b /src/native/d3d/D3dDeviceInfo.hpp | |
parent | 4a9c4dc77959be041aa9cdddf9e18c25426355a2 (diff) |
Fix to Issue 226 submitted by aces.
Issue 226 - D3D : fail on stress test for the creation and destruction of Canvases
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@816 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'src/native/d3d/D3dDeviceInfo.hpp')
-rw-r--r-- | src/native/d3d/D3dDeviceInfo.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/native/d3d/D3dDeviceInfo.hpp b/src/native/d3d/D3dDeviceInfo.hpp index 991d729..7960764 100644 --- a/src/native/d3d/D3dDeviceInfo.hpp +++ b/src/native/d3d/D3dDeviceInfo.hpp @@ -17,7 +17,8 @@ extern UINT vertexBufferMaxVertexLimit; -#define D3DDEPTHFORMATSIZE 6 +// Fix to Issue 226 : D3D - fail on stress test for the creation and destruction of Canvases +#define D3DDEPTHFORMATSIZE 7 class D3dDeviceInfo { public: |