Up to date
This page is up to date for Redot 4.3
.
If you still find outdated information, please create an issue.
RDTextureViewΒΆ
Inherits: RefCounted < Object
Texture view (used by RenderingDevice).
DescriptionΒΆ
This object is used by RenderingDevice.
PropertiesΒΆ
|
||
|
||
|
||
|
||
|
Property DescriptionsΒΆ
DataFormat format_override = 218
π
void set_format_override(value: DataFormat)
DataFormat get_format_override()
Optional override for the data format to return sampled values in. The default value of RenderingDevice.DATA_FORMAT_MAX does not override the format.
TextureSwizzle swizzle_a = 6
π
void set_swizzle_a(value: TextureSwizzle)
TextureSwizzle get_swizzle_a()
The channel to sample when sampling the alpha channel.
TextureSwizzle swizzle_b = 5
π
void set_swizzle_b(value: TextureSwizzle)
TextureSwizzle get_swizzle_b()
The channel to sample when sampling the blue color channel.
TextureSwizzle swizzle_g = 4
π
void set_swizzle_g(value: TextureSwizzle)
TextureSwizzle get_swizzle_g()
The channel to sample when sampling the green color channel.
TextureSwizzle swizzle_r = 3
π
void set_swizzle_r(value: TextureSwizzle)
TextureSwizzle get_swizzle_r()
The channel to sample when sampling the red color channel.