depth_fail_action property

depth_fail_action property

Gets or sets the stencil action when stencil test pass but depth test fails.

Definition:

@property
def depth_fail_action(self):
    ...
@depth_fail_action.setter
def depth_fail_action(self, value):
    ...

See Also