X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=gl_backend.h;h=a8c2c3bf2c49564491fe6af8f097f1b62c1cb85d;hp=088cdb32ffdb94990ffc034bd2e1bbbb062f7a90;hb=50099d9c0934fe93646fa2792fa7a9657422333b;hpb=d49ed2e06b822fe254bb51fe3ecb46d7b7ceb2d6 diff --git a/gl_backend.h b/gl_backend.h index 088cdb32..a8c2c3bf 100644 --- a/gl_backend.h +++ b/gl_backend.h @@ -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_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);