X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=gl_backend.h;h=c97fd14f6c6d57d0a62436ca42261f3c32c290ae;hp=d5940a3722657d9204165d0ad71cfc8873395b0d;hb=b2a1ec8cb2a845e6440d0dbc5a9a84464f3deecc;hpb=18b05eb44de9b25ecedffd2bf78388df270b07ae;ds=sidebyside diff --git a/gl_backend.h b/gl_backend.h index d5940a37..c97fd14f 100644 --- a/gl_backend.h +++ b/gl_backend.h @@ -46,6 +46,8 @@ typedef struct int texalphascale[MAX_TEXTUREUNITS]; // used only if COMBINE is present int texcombinergb[MAX_TEXTUREUNITS]; // works with or without combine for some operations int texcombinealpha[MAX_TEXTUREUNITS]; // does nothing without combine + // matrices + matrix4x4_t texmatrix[MAX_TEXTUREUNITS]; // pointers const float *pointer_texcoord[MAX_TEXTUREUNITS]; @@ -68,9 +70,6 @@ void R_Mesh_Finish(void); // sets up the requested transform matrix void R_Mesh_Matrix(const matrix4x4_t *matrix); -// sets up the requested transform matrix -void R_Mesh_TextureMatrix(int unitnumber, const matrix4x4_t *matrix); - // set up the requested state void R_Mesh_State(const rmeshstate_t *m);