Documentation ¶
Overview ¶
Package RDPipelineDepthStencilState provides methods for working with RDPipelineDepthStencilState object instances.
Index ¶
- type Advanced
- type Any
- type Instance
- func (self Instance) AsObject() [1]gd.Object
- func (self Instance) AsRDPipelineDepthStencilState() Instance
- func (self Instance) AsRefCounted() [1]gd.RefCounted
- func (self Instance) BackOpCompare() gdclass.RenderingDeviceCompareOperator
- func (self Instance) BackOpCompareMask() int
- func (self Instance) BackOpDepthFail() gdclass.RenderingDeviceStencilOperation
- func (self Instance) BackOpFail() gdclass.RenderingDeviceStencilOperation
- func (self Instance) BackOpPass() gdclass.RenderingDeviceStencilOperation
- func (self Instance) BackOpReference() int
- func (self Instance) BackOpWriteMask() int
- func (self Instance) DepthCompareOperator() gdclass.RenderingDeviceCompareOperator
- func (self Instance) DepthRangeMax() Float.X
- func (self Instance) DepthRangeMin() Float.X
- func (self Instance) EnableDepthRange() bool
- func (self Instance) EnableDepthTest() bool
- func (self Instance) EnableDepthWrite() bool
- func (self Instance) EnableStencil() bool
- func (self Instance) FrontOpCompare() gdclass.RenderingDeviceCompareOperator
- func (self Instance) FrontOpCompareMask() int
- func (self Instance) FrontOpDepthFail() gdclass.RenderingDeviceStencilOperation
- func (self Instance) FrontOpFail() gdclass.RenderingDeviceStencilOperation
- func (self Instance) FrontOpPass() gdclass.RenderingDeviceStencilOperation
- func (self Instance) FrontOpReference() int
- func (self Instance) FrontOpWriteMask() int
- func (self Instance) SetBackOpCompare(value gdclass.RenderingDeviceCompareOperator)
- func (self Instance) SetBackOpCompareMask(value int)
- func (self Instance) SetBackOpDepthFail(value gdclass.RenderingDeviceStencilOperation)
- func (self Instance) SetBackOpFail(value gdclass.RenderingDeviceStencilOperation)
- func (self Instance) SetBackOpPass(value gdclass.RenderingDeviceStencilOperation)
- func (self Instance) SetBackOpReference(value int)
- func (self Instance) SetBackOpWriteMask(value int)
- func (self Instance) SetDepthCompareOperator(value gdclass.RenderingDeviceCompareOperator)
- func (self Instance) SetDepthRangeMax(value Float.X)
- func (self Instance) SetDepthRangeMin(value Float.X)
- func (self Instance) SetEnableDepthRange(value bool)
- func (self Instance) SetEnableDepthTest(value bool)
- func (self Instance) SetEnableDepthWrite(value bool)
- func (self Instance) SetEnableStencil(value bool)
- func (self Instance) SetFrontOpCompare(value gdclass.RenderingDeviceCompareOperator)
- func (self Instance) SetFrontOpCompareMask(value int)
- func (self Instance) SetFrontOpDepthFail(value gdclass.RenderingDeviceStencilOperation)
- func (self Instance) SetFrontOpFail(value gdclass.RenderingDeviceStencilOperation)
- func (self Instance) SetFrontOpPass(value gdclass.RenderingDeviceStencilOperation)
- func (self Instance) SetFrontOpReference(value int)
- func (self Instance) SetFrontOpWriteMask(value int)
- func (self *Instance) UnsafePointer() unsafe.Pointer
- func (self Instance) Virtual(name string) reflect.Value
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Advanced ¶
type Advanced = class
Advanced exposes a 1:1 low-level instance of the class, undocumented, for those who know what they are doing.
type Instance ¶
type Instance [1]gdclass.RDPipelineDepthStencilState
[RDPipelineDepthStencilState] controls the way depth and stencil comparisons are performed when sampling those values using [RenderingDevice].
var Nil Instance
Nil is a nil/null instance of the class. Equivalent to the zero value.
func (Instance) AsRDPipelineDepthStencilState ¶
func (Instance) AsRefCounted ¶
func (self Instance) AsRefCounted() [1]gd.RefCounted
func (Instance) BackOpCompare ¶
func (self Instance) BackOpCompare() gdclass.RenderingDeviceCompareOperator
func (Instance) BackOpCompareMask ¶
func (Instance) BackOpDepthFail ¶
func (self Instance) BackOpDepthFail() gdclass.RenderingDeviceStencilOperation
func (Instance) BackOpFail ¶
func (self Instance) BackOpFail() gdclass.RenderingDeviceStencilOperation
func (Instance) BackOpPass ¶
func (self Instance) BackOpPass() gdclass.RenderingDeviceStencilOperation
func (Instance) BackOpReference ¶
func (Instance) BackOpWriteMask ¶
func (Instance) DepthCompareOperator ¶
func (self Instance) DepthCompareOperator() gdclass.RenderingDeviceCompareOperator
func (Instance) DepthRangeMax ¶
func (Instance) DepthRangeMin ¶
func (Instance) EnableDepthRange ¶
func (Instance) EnableDepthTest ¶
func (Instance) EnableDepthWrite ¶
func (Instance) EnableStencil ¶
func (Instance) FrontOpCompare ¶
func (self Instance) FrontOpCompare() gdclass.RenderingDeviceCompareOperator
func (Instance) FrontOpCompareMask ¶
func (Instance) FrontOpDepthFail ¶
func (self Instance) FrontOpDepthFail() gdclass.RenderingDeviceStencilOperation
func (Instance) FrontOpFail ¶
func (self Instance) FrontOpFail() gdclass.RenderingDeviceStencilOperation
func (Instance) FrontOpPass ¶
func (self Instance) FrontOpPass() gdclass.RenderingDeviceStencilOperation
func (Instance) FrontOpReference ¶
func (Instance) FrontOpWriteMask ¶
func (Instance) SetBackOpCompare ¶
func (self Instance) SetBackOpCompare(value gdclass.RenderingDeviceCompareOperator)
func (Instance) SetBackOpCompareMask ¶
func (Instance) SetBackOpDepthFail ¶
func (self Instance) SetBackOpDepthFail(value gdclass.RenderingDeviceStencilOperation)
func (Instance) SetBackOpFail ¶
func (self Instance) SetBackOpFail(value gdclass.RenderingDeviceStencilOperation)
func (Instance) SetBackOpPass ¶
func (self Instance) SetBackOpPass(value gdclass.RenderingDeviceStencilOperation)
func (Instance) SetBackOpReference ¶
func (Instance) SetBackOpWriteMask ¶
func (Instance) SetDepthCompareOperator ¶
func (self Instance) SetDepthCompareOperator(value gdclass.RenderingDeviceCompareOperator)
func (Instance) SetDepthRangeMax ¶
func (Instance) SetDepthRangeMin ¶
func (Instance) SetEnableDepthRange ¶
func (Instance) SetEnableDepthTest ¶
func (Instance) SetEnableDepthWrite ¶
func (Instance) SetEnableStencil ¶
func (Instance) SetFrontOpCompare ¶
func (self Instance) SetFrontOpCompare(value gdclass.RenderingDeviceCompareOperator)
func (Instance) SetFrontOpCompareMask ¶
func (Instance) SetFrontOpDepthFail ¶
func (self Instance) SetFrontOpDepthFail(value gdclass.RenderingDeviceStencilOperation)
func (Instance) SetFrontOpFail ¶
func (self Instance) SetFrontOpFail(value gdclass.RenderingDeviceStencilOperation)
func (Instance) SetFrontOpPass ¶
func (self Instance) SetFrontOpPass(value gdclass.RenderingDeviceStencilOperation)
func (Instance) SetFrontOpReference ¶
func (Instance) SetFrontOpWriteMask ¶
func (*Instance) UnsafePointer ¶
Click to show internal directories.
Click to hide internal directories.