TextureLayered
Inherits: Texture < Resource < RefCounted < Object
Inherited By: CompressedTextureLayered, ImageTextureLayered, PlaceholderTextureLayered, TextureLayeredRD
There is currently no description for this class. Please help us by contributing one!
Methods
_get_format ( ) virtual const |
|
_get_height ( ) virtual const |
|
_get_layer_data ( int layer_index ) virtual const |
|
_get_layered_type ( ) virtual const |
|
_get_layers ( ) virtual const |
|
_get_width ( ) virtual const |
|
_has_mipmaps ( ) virtual const |
|
get_format ( ) const |
|
get_height ( ) const |
|
get_layer_data ( int layer ) const |
|
get_layered_type ( ) const |
|
get_layers ( ) const |
|
get_width ( ) const |
|
has_mipmaps ( ) const |
Enumerations
enum LayeredType:
LayeredType LAYERED_TYPE_2D_ARRAY = 0
There is currently no description for this enum. Please help us by contributing one!
LayeredType LAYERED_TYPE_CUBEMAP = 1
There is currently no description for this enum. Please help us by contributing one!
LayeredType LAYERED_TYPE_CUBEMAP_ARRAY = 2
There is currently no description for this enum. Please help us by contributing one!
Method Descriptions
Format _get_format ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
int _get_height ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
Image _get_layer_data ( int layer_index ) virtual const
There is currently no description for this method. Please help us by contributing one!
int _get_layered_type ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
int _get_layers ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
int _get_width ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
bool _has_mipmaps ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
Format get_format ( ) const
There is currently no description for this method. Please help us by contributing one!
int get_height ( ) const
There is currently no description for this method. Please help us by contributing one!
Image get_layer_data ( int layer ) const
There is currently no description for this method. Please help us by contributing one!
LayeredType get_layered_type ( ) const
There is currently no description for this method. Please help us by contributing one!
int get_layers ( ) const
There is currently no description for this method. Please help us by contributing one!
int get_width ( ) const
There is currently no description for this method. Please help us by contributing one!
bool has_mipmaps ( ) const
There is currently no description for this method. Please help us by contributing one!