Свойство | Тип | Описание | |
---|---|---|---|
_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 |
|
public GLESTextureManager ( Axiom.RenderSystems.OpenGLES.GLESSupport support ) : System | ||
support | Axiom.RenderSystems.OpenGLES.GLESSupport | |
Результат | System |
public GetNativeFormat ( TextureType ttype, Media format, TextureUsage usage ) : Media.PixelFormat | ||
ttype | TextureType | |
format | Media | |
usage | TextureUsage | |
Результат | Media.PixelFormat |
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 |
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 |
protected dispose ( bool disposeManagedResources ) : void | ||
disposeManagedResources | bool | |
Результат | void |
protected GLESSupport,Axiom.RenderSystems.OpenGLES _glSupport | ||
Результат | Axiom.RenderSystems.OpenGLES.GLESSupport |