mirror of
https://github.com/BluTac10/Xbox-Neo.git
synced 2026-06-14 22:23:08 +00:00
feat: Guardians
This commit is contained in:
@@ -389,4 +389,9 @@ void glTexGen(int coord, int mode, FloatBuffer *vec)
|
||||
void glCullFace(int dir)
|
||||
{
|
||||
RenderManager.StateSetFaceCullCW( dir == GL_BACK);
|
||||
}
|
||||
}
|
||||
|
||||
void glTexParameterf(int target, int param, float value)
|
||||
{
|
||||
RenderManager.TextureSetParam(param, (int)value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user