Axiom.RenderSystems.OpenGLES.GLESRenderSystem.SetGLTexEnvi C# (CSharp) Méthode

SetGLTexEnvi() public méthode

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