Texture3D
Inherits: Texture < Resource < RefCounted < Object
Inherited By: CompressedTexture3D, ImageTexture3D, NoiseTexture3D, PlaceholderTexture3D, Texture3DRD
There is currently no description for this class. Please help us by contributing one!
Methods
_get_data ( ) virtual const |
|
_get_depth ( ) virtual const |
|
_get_format ( ) virtual const |
|
_get_height ( ) virtual const |
|
_get_width ( ) virtual const |
|
_has_mipmaps ( ) virtual const |
|
create_placeholder ( ) const |
|
get_data ( ) const |
|
get_depth ( ) const |
|
get_format ( ) const |
|
get_height ( ) const |
|
get_width ( ) const |
|
has_mipmaps ( ) const |
Method Descriptions
Image[] _get_data ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
int _get_depth ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
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!
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!
Resource create_placeholder ( ) const
There is currently no description for this method. Please help us by contributing one!
Image[] get_data ( ) const
There is currently no description for this method. Please help us by contributing one!
int get_depth ( ) 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!
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!