Up to date
This page is up to date for Godot 4.2
.
If you still find outdated information, please open an issue.
RDPipelineDepthStencilState¶
Inherits: RefCounted < Object
Pipeline depth/stencil state (used by RenderingDevice).
Description¶
RDPipelineDepthStencilState controls the way depth and stencil comparisons are performed when sampling those values using RenderingDevice.
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 )