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.
RDPipelineDepthStencilState¶
Inherits: RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Properties¶
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Property Descriptions¶
CompareOperator back_op_compare = 7
void set_back_op_compare ( CompareOperator value )
CompareOperator get_back_op_compare ( )
There is currently no description for this property. Please help us by contributing one!
int back_op_compare_mask = 0
There is currently no description for this property. Please help us by contributing one!
StencilOperation back_op_depth_fail = 1
void set_back_op_depth_fail ( StencilOperation value )
StencilOperation get_back_op_depth_fail ( )
There is currently no description for this property. Please help us by contributing one!
StencilOperation back_op_fail = 1
void set_back_op_fail ( StencilOperation value )
StencilOperation get_back_op_fail ( )
There is currently no description for this property. Please help us by contributing one!
StencilOperation back_op_pass = 1
void set_back_op_pass ( StencilOperation value )
StencilOperation get_back_op_pass ( )
There is currently no description for this property. Please help us by contributing one!
int back_op_reference = 0
There is currently no description for this property. Please help us by contributing one!
int back_op_write_mask = 0
There is currently no description for this property. Please help us by contributing one!
CompareOperator depth_compare_operator = 7
void set_depth_compare_operator ( CompareOperator value )
CompareOperator get_depth_compare_operator ( )
There is currently no description for this property. Please help us by contributing one!
float depth_range_max = 0.0
There is currently no description for this property. Please help us by contributing one!
float depth_range_min = 0.0
There is currently no description for this property. Please help us by contributing one!
bool enable_depth_range = false
There is currently no description for this property. Please help us by contributing one!
bool enable_depth_test = false
There is currently no description for this property. Please help us by contributing one!
bool enable_depth_write = false
There is currently no description for this property. Please help us by contributing one!
bool enable_stencil = false
There is currently no description for this property. Please help us by contributing one!
CompareOperator front_op_compare = 7
void set_front_op_compare ( CompareOperator value )
CompareOperator get_front_op_compare ( )
There is currently no description for this property. Please help us by contributing one!
int front_op_compare_mask = 0
There is currently no description for this property. Please help us by contributing one!
StencilOperation front_op_depth_fail = 1
void set_front_op_depth_fail ( StencilOperation value )
StencilOperation get_front_op_depth_fail ( )
There is currently no description for this property. Please help us by contributing one!
StencilOperation front_op_fail = 1
void set_front_op_fail ( StencilOperation value )
StencilOperation get_front_op_fail ( )
There is currently no description for this property. Please help us by contributing one!
StencilOperation front_op_pass = 1
void set_front_op_pass ( StencilOperation value )
StencilOperation get_front_op_pass ( )
There is currently no description for this property. Please help us by contributing one!
int front_op_reference = 0
There is currently no description for this property. Please help us by contributing one!
int front_op_write_mask = 0
There is currently no description for this property. Please help us by contributing one!