Axiom.RenderSystems.OpenGLES.GLESTextureManager.GLESTextureManager C# (CSharp) Method

GLESTextureManager() public method

public GLESTextureManager ( Axiom.RenderSystems.OpenGLES.GLESSupport support ) : System
support Axiom.RenderSystems.OpenGLES.GLESSupport
return System
		public GLESTextureManager( GLESSupport support )
		{
			_glSupport = support;
			WarningTextureID = 0;
			GLESConfig.GlCheckError( this );
			// Register with group manager
			ResourceGroupManager.Instance.RegisterResourceManager( base.ResourceType, this );

			CreateWarningTexture();
		}