]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_backend.h
added polygonoffset as a texture property, used on submodels (such as
[xonotic/darkplaces.git] / gl_backend.h
index 088cdb32ffdb94990ffc034bd2e1bbbb062f7a90..a8c2c3bf2c49564491fe6af8f097f1b62c1cb85d 100644 (file)
@@ -19,6 +19,7 @@ void GL_BlendFunc(int blendfunc1, int blendfunc2);
 void GL_DepthMask(int state);
 void GL_DepthTest(int state);
 void GL_DepthRange(float nearfrac, float farfrac);
 void GL_DepthMask(int state);
 void GL_DepthTest(int state);
 void GL_DepthRange(float nearfrac, float farfrac);
+void GL_PolygonOffset(float planeoffset, float depthoffset);
 void GL_CullFace(int state);
 void GL_AlphaTest(int state);
 void GL_ColorMask(int r, int g, int b, int a);
 void GL_CullFace(int state);
 void GL_AlphaTest(int state);
 void GL_ColorMask(int r, int g, int b, int a);