< prev index next >

src/java.desktop/windows/native/libawt/java2d/d3d/D3DVertexCacher.h

Print this page

        

@@ -101,8 +101,9 @@
     VertexBatch             batches[MAX_BATCH_SIZE];
     IDirect3DVertexBuffer9  *lpD3DVertexBuffer;
     IDirect3DDevice9        *lpD3DDevice;
     D3DContext              *pCtx;
     jint                    color;
+    float                   fudge2;
 };
 
 #endif // D3DVERTEXCACHER_H
< prev index next >