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

GLESTexture() public method

public GLESTexture ( ResourceManager creator, string name, System.UInt64 handle, string group, bool isManual, IManualResourceLoader loader, Axiom.RenderSystems.OpenGLES.GLESSupport support ) : System
creator Axiom.Core.ResourceManager
name string
handle System.UInt64
group string
isManual bool
loader IManualResourceLoader
support Axiom.RenderSystems.OpenGLES.GLESSupport
return System
		public GLESTexture( ResourceManager creator, string name, ResourceHandle handle, string group, bool isManual, IManualResourceLoader loader, GLESSupport support )
			: base( creator, name, handle, group, isManual, loader )
		{
			_support = support;
			_surfaceList = new List<HardwarePixelBuffer>();
		}