X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=gl_backend.h;h=fa7961a90963be31edd94d12a950eaaa796920b0;hb=b8d63f8b1a4a6d8cc880be5ff8ea83aa6fbba365;hp=198e17f8d1b929ad15786d6f10032c4bff9f7485;hpb=6824d8ddc8a43cae0609be5bbe8bee01fa1a4225;p=xonotic%2Fdarkplaces.git diff --git a/gl_backend.h b/gl_backend.h index 198e17f8..fa7961a9 100644 --- a/gl_backend.h +++ b/gl_backend.h @@ -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);