Work in progress
Godot documentation is being updated to reflect the latest changes in version
4.0
. Some documentation pages may
still state outdated information. This banner will tell you if you're reading one of such pages.
The contents of this page are up to date. If you can still find outdated information, please open an issue.
RDTextureFormat¶
Inherits: RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Properties¶
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Methods¶
void |
add_shareable_format ( DataFormat format ) |
void |
remove_shareable_format ( DataFormat format ) |
Property Descriptions¶
int array_layers = 1
There is currently no description for this property. Please help us by contributing one!
int depth = 1
There is currently no description for this property. Please help us by contributing one!
DataFormat format = 8
void set_format ( DataFormat value )
DataFormat get_format ( )
There is currently no description for this property. Please help us by contributing one!
int height = 1
There is currently no description for this property. Please help us by contributing one!
int mipmaps = 1
There is currently no description for this property. Please help us by contributing one!
TextureSamples samples = 0
void set_samples ( TextureSamples value )
TextureSamples get_samples ( )
There is currently no description for this property. Please help us by contributing one!
TextureType texture_type = 1
void set_texture_type ( TextureType value )
TextureType get_texture_type ( )
There is currently no description for this property. Please help us by contributing one!
TextureUsageBits usage_bits = 0
void set_usage_bits ( TextureUsageBits value )
TextureUsageBits get_usage_bits ( )
There is currently no description for this property. Please help us by contributing one!
int width = 1
There is currently no description for this property. Please help us by contributing one!
Method Descriptions¶
There is currently no description for this method. Please help us by contributing one!
There is currently no description for this method. Please help us by contributing one!