]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_backend.h
This made the cvar completion so much more readable
[xonotic/darkplaces.git] / gl_backend.h
index 198e17f8d1b929ad15786d6f10032c4bff9f7485..fa7961a90963be31edd94d12a950eaaa796920b0 100644 (file)
@@ -9,8 +9,8 @@ extern int polygonelements[768];
 
 void GL_SetupView_Orientation_Identity(void);
 void GL_SetupView_Orientation_FromEntity(matrix4x4_t *matrix);
-void GL_SetupView_Mode_Perspective(double fovx, double fovy, double zNear, double zFar);
-void GL_SetupView_Mode_PerspectiveInfiniteFarClip(double fovx, double fovy, double zNear);
+void GL_SetupView_Mode_Perspective(double frustumx, double frustumy, double zNear, double zFar);
+void GL_SetupView_Mode_PerspectiveInfiniteFarClip(double frustumx, double frustumy, double zNear);
 void GL_SetupView_Mode_Ortho(double x1, double y1, double x2, double y2, double zNear, double zFar);
 void GL_BlendFunc(int blendfunc1, int blendfunc2);
 void GL_DepthMask(int state);