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

GL ES-specific implementation of a TextureManager
Наследование: Axiom.Core.TextureManager
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
_glSupport Axiom.RenderSystems.OpenGLES.GLESSupport
_warningTextureID int

Открытые методы

Метод Описание
GLESTextureManager ( Axiom.RenderSystems.OpenGLES.GLESSupport support ) : System

GetNativeFormat ( TextureType ttype, Media format, TextureUsage usage ) : Media.PixelFormat

IsHardwareFilteringSupported ( TextureType ttype, Media format, int usage, bool preciseFormatOnly ) : bool

Returns whether this render system has hardware filtering supported for the texture format requested with the given usage options.

Защищенные методы

Метод Описание
CreateWarningTexture ( ) : void

Internal method to create a warning texture (bound when a texture unit is blank)

_create ( string name, ulong handle, string group, bool isManual, IManualResourceLoader loader, NameValuePairList createParams ) : Axiom.Core.Resource

dispose ( bool disposeManagedResources ) : void

Описание методов

CreateWarningTexture() защищенный Метод

Internal method to create a warning texture (bound when a texture unit is blank)
protected CreateWarningTexture ( ) : void
Результат void

GLESTextureManager() публичный Метод

public GLESTextureManager ( Axiom.RenderSystems.OpenGLES.GLESSupport support ) : System
support Axiom.RenderSystems.OpenGLES.GLESSupport
Результат System

GetNativeFormat() публичный Метод

public GetNativeFormat ( TextureType ttype, Media format, TextureUsage usage ) : Media.PixelFormat
ttype TextureType
format Media
usage TextureUsage
Результат Media.PixelFormat

IsHardwareFilteringSupported() публичный Метод

Returns whether this render system has hardware filtering supported for the texture format requested with the given usage options.
public IsHardwareFilteringSupported ( TextureType ttype, Media format, int usage, bool preciseFormatOnly ) : bool
ttype TextureType The texture type requested
format Media The pixel format requested
usage int the kind of usage this texture is intended for, a combination of the TextureUsage flags.
preciseFormatOnly bool /// Whether precise or fallback format mode is used to detecting. /// In case the pixel format doesn't supported by device, false will be returned /// if in precise mode, and natively used pixel format will be actually use to /// check if in fallback mode. ///
Результат bool

_create() защищенный Метод

protected _create ( string name, ulong handle, string group, bool isManual, IManualResourceLoader loader, NameValuePairList createParams ) : Axiom.Core.Resource
name string
handle ulong
group string
isManual bool
loader IManualResourceLoader
createParams NameValuePairList
Результат Axiom.Core.Resource

dispose() защищенный Метод

protected dispose ( bool disposeManagedResources ) : void
disposeManagedResources bool
Результат void

Описание свойств

_glSupport защищенное свойство

protected GLESSupport,Axiom.RenderSystems.OpenGLES _glSupport
Результат Axiom.RenderSystems.OpenGLES.GLESSupport

_warningTextureID защищенное свойство

protected int _warningTextureID
Результат int