C# 클래스 Axiom.RenderSystems.OpenGLES.GLESTexture

상속: Axiom.Core.Texture
파일 보기 프로젝트 열기: WolfgangSt/axiom

보호된 프로퍼티들

프로퍼티 타입 설명
_loadedImages List

공개 메소드들

메소드 설명
CreateRenderTexture ( ) : void

DoImageIO ( string name, string group, string ext, List &images, Axiom.Core.Resource r ) : void

GLESTexture ( ResourceManager creator, string name, System.UInt64 handle, string group, bool isManual, IManualResourceLoader loader, Axiom.RenderSystems.OpenGLES.GLESSupport support ) : System

GetBuffer ( int face, int mipmap ) : Axiom.Graphics.HardwarePixelBuffer

보호된 메소드들

메소드 설명
CreateSurfaceList ( ) : void

createInternalResources ( ) : void

dispose ( bool disposeManagedResources ) : void

freeInternalResources ( ) : void

load ( ) : void

unload ( ) : void

메소드 상세

CreateRenderTexture() 공개 메소드

public CreateRenderTexture ( ) : void
리턴 void

CreateSurfaceList() 보호된 메소드

protected CreateSurfaceList ( ) : void
리턴 void

DoImageIO() 공개 정적인 메소드

public static DoImageIO ( string name, string group, string ext, List &images, Axiom.Core.Resource r ) : void
name string
group string
ext string
images List
r Axiom.Core.Resource
리턴 void

GLESTexture() 공개 메소드

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
리턴 System

GetBuffer() 공개 메소드

public GetBuffer ( int face, int mipmap ) : Axiom.Graphics.HardwarePixelBuffer
face int
mipmap int
리턴 Axiom.Graphics.HardwarePixelBuffer

createInternalResources() 보호된 메소드

protected createInternalResources ( ) : void
리턴 void

dispose() 보호된 메소드

protected dispose ( bool disposeManagedResources ) : void
disposeManagedResources bool
리턴 void

freeInternalResources() 보호된 메소드

protected freeInternalResources ( ) : void
리턴 void

load() 보호된 메소드

protected load ( ) : void
리턴 void

unload() 보호된 메소드

protected unload ( ) : void
리턴 void

프로퍼티 상세

_loadedImages 보호되어 있는 프로퍼티

List of images that were pulled from disk by prepareLoad but have yet to be pushed into texture memory by loadImpl. Images should be deleted by loadImpl and unprepareImpl.
protected List _loadedImages
리턴 List