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

ActivateGLClientTextureUnit() private méthode

private ActivateGLClientTextureUnit ( int unit ) : bool
unit int
Résultat bool
		private bool ActivateGLClientTextureUnit( int unit )
		{
			throw new NotImplementedException();
		}
GLESRenderSystem