depth_function property

depth_function property

Gets or sets the compare function used in depth test

Definition:

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

See Also