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

ActivateGLClientTextureUnit() private method

private ActivateGLClientTextureUnit ( int unit ) : bool
unit int
return bool
		private bool ActivateGLClientTextureUnit( int unit )
		{
			throw new NotImplementedException();
		}
GLESRenderSystem