]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_textures.h
CSQC: propagate automatic RENDER_EXTERIORMODEL inherited from local player ent
[xonotic/darkplaces.git] / r_textures.h
index a79b607c10c1a634369d435bc8239eb75dbc4cd5..594fcad2a654f7d07fefcbd6740045a21e638f99 100644 (file)
@@ -111,6 +111,7 @@ typedef struct rtexture_s
        int texnum; // GL texture slot number
        int renderbuffernum; // GL renderbuffer slot number
        qboolean dirty; // indicates that R_RealGetTexture should be called
+       qboolean glisdepthstencil; // indicates that FBO attachment has to be GL_DEPTH_STENCIL_ATTACHMENT
        int gltexturetypeenum; // used by R_Mesh_TexBind
        // d3d stuff the backend needs
        void *d3dtexture;