Attention: Here be dragons

This is the latest (unstable) version of this documentation, which may document features not available in or compatible with released stable versions of Godot.

RDPipelineDepthStencilState

Inherits: RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Properties

CompareOperator

back_op_compare

7

int

back_op_compare_mask

0

StencilOperation

back_op_depth_fail

1

StencilOperation

back_op_fail

1

StencilOperation

back_op_pass

1

int

back_op_reference

0

int

back_op_write_mask

0

CompareOperator

depth_compare_operator

7

float

depth_range_max

0.0

float

depth_range_min

0.0

bool

enable_depth_range

false

bool

enable_depth_test

false

bool

enable_depth_write

false

bool

enable_stencil

false

CompareOperator

front_op_compare

7

int

front_op_compare_mask

0

StencilOperation

front_op_depth_fail

1

StencilOperation

front_op_fail

1

StencilOperation

front_op_pass

1

int

front_op_reference

0

int

front_op_write_mask

0


Property Descriptions

CompareOperator back_op_compare = 7

There is currently no description for this property. Please help us by contributing one!


int back_op_compare_mask = 0

  • void set_back_op_compare_mask ( int value )

  • int get_back_op_compare_mask ( )

There is currently no description for this property. Please help us by contributing one!


StencilOperation back_op_depth_fail = 1

There is currently no description for this property. Please help us by contributing one!


StencilOperation back_op_fail = 1

There is currently no description for this property. Please help us by contributing one!


StencilOperation back_op_pass = 1

There is currently no description for this property. Please help us by contributing one!


int back_op_reference = 0

  • void set_back_op_reference ( int value )

  • int get_back_op_reference ( )

There is currently no description for this property. Please help us by contributing one!


int back_op_write_mask = 0

  • void set_back_op_write_mask ( int value )

  • int get_back_op_write_mask ( )

There is currently no description for this property. Please help us by contributing one!


CompareOperator depth_compare_operator = 7

There is currently no description for this property. Please help us by contributing one!


float depth_range_max = 0.0

  • void set_depth_range_max ( float value )

  • float get_depth_range_max ( )

There is currently no description for this property. Please help us by contributing one!


float depth_range_min = 0.0

  • void set_depth_range_min ( float value )

  • float get_depth_range_min ( )

There is currently no description for this property. Please help us by contributing one!


bool enable_depth_range = false

  • void set_enable_depth_range ( bool value )

  • bool get_enable_depth_range ( )

There is currently no description for this property. Please help us by contributing one!


bool enable_depth_test = false

  • void set_enable_depth_test ( bool value )

  • bool get_enable_depth_test ( )

There is currently no description for this property. Please help us by contributing one!


bool enable_depth_write = false

  • void set_enable_depth_write ( bool value )

  • bool get_enable_depth_write ( )

There is currently no description for this property. Please help us by contributing one!


bool enable_stencil = false

  • void set_enable_stencil ( bool value )

  • bool get_enable_stencil ( )

There is currently no description for this property. Please help us by contributing one!


CompareOperator front_op_compare = 7

There is currently no description for this property. Please help us by contributing one!


int front_op_compare_mask = 0

  • void set_front_op_compare_mask ( int value )

  • int get_front_op_compare_mask ( )

There is currently no description for this property. Please help us by contributing one!


StencilOperation front_op_depth_fail = 1

There is currently no description for this property. Please help us by contributing one!


StencilOperation front_op_fail = 1

There is currently no description for this property. Please help us by contributing one!


StencilOperation front_op_pass = 1

There is currently no description for this property. Please help us by contributing one!


int front_op_reference = 0

  • void set_front_op_reference ( int value )

  • int get_front_op_reference ( )

There is currently no description for this property. Please help us by contributing one!


int front_op_write_mask = 0

  • void set_front_op_write_mask ( int value )

  • int get_front_op_write_mask ( )

There is currently no description for this property. Please help us by contributing one!