Axiom.RenderSystems.OpenGLES.GLESRenderSystem.SetGLTexEnvi C# (CSharp) 메소드

SetGLTexEnvi() 공개 메소드

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