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

SetGLTexEnvf() 공개 메소드

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