]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_textures.h
change D3D9 implementation of TEXTYPE_SHADOWMAP textures to use CreateDepthStencilSur...
[xonotic/darkplaces.git] / r_textures.h
index c89811833fe56733224b610afc26fab97e9b71ac..f63224acf255ef32a1b2c093f5816b182dfe8f02 100644 (file)
@@ -78,6 +78,7 @@ typedef struct rtexture_s
        // d3d stuff the backend needs
        void *d3dtexture;
 #ifdef SUPPORTD3D
+       qboolean d3disdepthsurface; // for depth/stencil surfaces
        int d3dformat;
        int d3dusage;
        int d3dpool;