Axiom.RenderSystems.OpenGLES.GLESRenderSystem.SetTextureBorderColor C# (CSharp) Method

SetTextureBorderColor() public method

public SetTextureBorderColor ( int stage, ColorEx borderColor ) : void
stage int
borderColor ColorEx
return void
		public override void SetTextureBorderColor( int stage, ColorEx borderColor )
		{
			//not supported
		}
GLESRenderSystem