X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=mupen64plus-pandora.git;a=blobdiff_plain;f=source%2Fgles2rice%2Fsrc%2FRender.h;h=02e7b3ba9c4b888a459e343c0eddd46bd2e691c5;hp=9ae2849fe0098397f857ffc2c3c8aa5c90d687f3;hb=d6e5b275c693adc4cbd7287c0c2c7abaa9b0da1a;hpb=5888ae80edb62f9903e168fa5c91f5d1bf814eb3 diff --git a/source/gles2rice/src/Render.h b/source/gles2rice/src/Render.h index 9ae2849..02e7b3b 100644 --- a/source/gles2rice/src/Render.h +++ b/source/gles2rice/src/Render.h @@ -168,6 +168,8 @@ public: void SetVertexTextureUVCoord(TLITVERTEX &v, float fTex0S, float fTex0T, float fTex1S, float fTex1T); void SetVertexTextureUVCoord(TLITVERTEX &v, float fTex0S, float fTex0T); + void SetVertexTextureUVCoord(TLITVERTEX &v, const TexCord &fTex0, const TexCord &fTex1); + void SetVertexTextureUVCoord(TLITVERTEX &v, const TexCord &fTex0); virtual COLOR PostProcessDiffuseColor(COLOR curDiffuseColor)=0; virtual COLOR PostProcessSpecularColor()=0;