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.
RDTextureView¶
Inherits: RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Properties¶
|
||
|
||
|
||
|
||
|
Property Descriptions¶
DataFormat format_override = 218
void set_format_override ( DataFormat value )
DataFormat get_format_override ( )
There is currently no description for this property. Please help us by contributing one!
TextureSwizzle swizzle_a = 6
void set_swizzle_a ( TextureSwizzle value )
TextureSwizzle get_swizzle_a ( )
There is currently no description for this property. Please help us by contributing one!
TextureSwizzle swizzle_b = 5
void set_swizzle_b ( TextureSwizzle value )
TextureSwizzle get_swizzle_b ( )
There is currently no description for this property. Please help us by contributing one!
TextureSwizzle swizzle_g = 4
void set_swizzle_g ( TextureSwizzle value )
TextureSwizzle get_swizzle_g ( )
There is currently no description for this property. Please help us by contributing one!
TextureSwizzle swizzle_r = 3
void set_swizzle_r ( TextureSwizzle value )
TextureSwizzle get_swizzle_r ( )
There is currently no description for this property. Please help us by contributing one!