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

SetGLTexEnvfv() public méthode

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