depth_clear property

depth_clear property

Gets or sets the depth value used when clear the viewport with depth buffer bit set.

Definition:

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

See Also