X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=dpsoftrast.h;h=3f267a2e669d191e69a69ae12b5f4ed3c2d1e05b;hb=e24277377e64376fe6a8bbbdfad73f614f3909bf;hp=ef775081e6548077b67e4c75c9bb10fdaa1226ce;hpb=9c19f5424cd24c82205885ed3d1c75f92f92b2d1;p=xonotic%2Fdarkplaces.git diff --git a/dpsoftrast.h b/dpsoftrast.h index ef775081..3f267a2e 100644 --- a/dpsoftrast.h +++ b/dpsoftrast.h @@ -65,8 +65,6 @@ void DPSOFTRAST_DepthFunc(int comparemode); void DPSOFTRAST_DepthRange(float range0, float range1); void DPSOFTRAST_PolygonOffset(float alongnormal, float intoview); void DPSOFTRAST_CullFace(int mode); -void DPSOFTRAST_AlphaTest(int enable); -void DPSOFTRAST_AlphaFunc(int alphafunc, float alphavalue); void DPSOFTRAST_Color4f(float r, float g, float b, float a); void DPSOFTRAST_GetPixelsBGRA(int blockx, int blocky, int blockwidth, int blockheight, unsigned char *outpixels); void DPSOFTRAST_CopyRectangleToTexture(int index, int mip, int tx, int ty, int sx, int sy, int width, int height);