C# Класс Axiom.RenderSystems.OpenGLES.GLESTexture

Наследование: Axiom.Core.Texture
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
_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