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

SetGLColorMask() public méthode

public SetGLColorMask ( bool red, bool green, bool blue, bool alpha ) : void
red bool
green bool
blue bool
alpha bool
Résultat void
		void SetGLColorMask( bool red, bool green, bool blue, bool alpha )
		{
			throw new NotImplementedException();
		}
		void SetGLLightf( All light, All name, float param )
GLESRenderSystem