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.
RDSamplerState¶
Inherits: RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Properties¶
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Property Descriptions¶
float anisotropy_max = 1.0
There is currently no description for this property. Please help us by contributing one!
SamplerBorderColor border_color = 2
void set_border_color ( SamplerBorderColor value )
SamplerBorderColor get_border_color ( )
There is currently no description for this property. Please help us by contributing one!
CompareOperator compare_op = 7
void set_compare_op ( CompareOperator value )
CompareOperator get_compare_op ( )
There is currently no description for this property. Please help us by contributing one!
bool enable_compare = false
There is currently no description for this property. Please help us by contributing one!
float lod_bias = 0.0
There is currently no description for this property. Please help us by contributing one!
SamplerFilter mag_filter = 0
void set_mag_filter ( SamplerFilter value )
SamplerFilter get_mag_filter ( )
There is currently no description for this property. Please help us by contributing one!
float max_lod = 1e+20
There is currently no description for this property. Please help us by contributing one!
SamplerFilter min_filter = 0
void set_min_filter ( SamplerFilter value )
SamplerFilter get_min_filter ( )
There is currently no description for this property. Please help us by contributing one!
float min_lod = 0.0
There is currently no description for this property. Please help us by contributing one!
SamplerFilter mip_filter = 0
void set_mip_filter ( SamplerFilter value )
SamplerFilter get_mip_filter ( )
There is currently no description for this property. Please help us by contributing one!
SamplerRepeatMode repeat_u = 2
void set_repeat_u ( SamplerRepeatMode value )
SamplerRepeatMode get_repeat_u ( )
There is currently no description for this property. Please help us by contributing one!
SamplerRepeatMode repeat_v = 2
void set_repeat_v ( SamplerRepeatMode value )
SamplerRepeatMode get_repeat_v ( )
There is currently no description for this property. Please help us by contributing one!
SamplerRepeatMode repeat_w = 2
void set_repeat_w ( SamplerRepeatMode value )
SamplerRepeatMode get_repeat_w ( )
There is currently no description for this property. Please help us by contributing one!
bool unnormalized_uvw = false
There is currently no description for this property. Please help us by contributing one!
bool use_anisotropy = false
There is currently no description for this property. Please help us by contributing one!