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

SetGLTexEnvfv() 공개 메소드

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