]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_backend.h
implemented scissor rect clipping of lights in realtime lighting mode
[xonotic/darkplaces.git] / gl_backend.h
index 40bb6cee53679f9d452a478bb702f0b15866b1dd..f26fa654da509c807e4e8408b99527942e2477f7 100644 (file)
@@ -17,6 +17,7 @@ void GL_SetupView_Mode_PerspectiveInfiniteFarClip (double fovx, double fovy, dou
 void GL_SetupView_Mode_Ortho (double x1, double y1, double x2, double y2, double zNear, double zFar);
 void GL_UseColorArray(void);
 void GL_Color(float cr, float cg, float cb, float ca);
+void GL_TransformToScreen(const vec4_t in, vec4_t out);
 
 extern cvar_t gl_lockarrays;