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

SetGLTexEnvf() public méthode

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