Axiom.RenderSystems.OpenGLES.GLESRenderSystem.SetGLTexEnvi C# (CSharp) Method

SetGLTexEnvi() public method

public SetGLTexEnvi ( All target, All name, int param ) : void
target All
name All
param int
return void
		void SetGLTexEnvi( All target, All name, int param )
		{
			throw new NotImplementedException();
		}
GLESRenderSystem