Documentation
¶
Overview ¶
Package RDPipelineRasterizationState provides methods for working with RDPipelineRasterizationState object instances.
Index ¶
- type Advanced
- type Any
- type Extension
- type ID
- type Instance
- func (self Instance) AsObject() [1]gd.Object
- func (self Instance) AsRDPipelineRasterizationState() Instance
- func (self Instance) AsRefCounted() [1]gd.RefCounted
- func (self Instance) CullMode() Rendering.PolygonCullMode
- func (self Instance) DepthBiasClamp() Float.X
- func (self Instance) DepthBiasConstantFactor() Float.X
- func (self Instance) DepthBiasEnabled() bool
- func (self Instance) DepthBiasSlopeFactor() Float.X
- func (self Instance) DiscardPrimitives() bool
- func (self Instance) EnableDepthClamp() bool
- func (self Instance) FrontFace() Rendering.PolygonFrontFace
- func (self Instance) ID() ID
- func (self Instance) LineWidth() Float.X
- func (self Instance) PatchControlPoints() int
- func (self Instance) SetCullMode(value Rendering.PolygonCullMode)
- func (self Instance) SetDepthBiasClamp(value Float.X)
- func (self Instance) SetDepthBiasConstantFactor(value Float.X)
- func (self Instance) SetDepthBiasEnabled(value bool)
- func (self Instance) SetDepthBiasSlopeFactor(value Float.X)
- func (self Instance) SetDiscardPrimitives(value bool)
- func (self Instance) SetEnableDepthClamp(value bool)
- func (self Instance) SetFrontFace(value Rendering.PolygonFrontFace)
- func (self Instance) SetLineWidth(value Float.X)
- func (self *Instance) SetObject(obj [1]gd.Object) bool
- func (self Instance) SetPatchControlPoints(value int)
- func (self Instance) SetWireframe(value bool)
- func (self Instance) Virtual(name string) reflect.Value
- func (self Instance) Wireframe() bool
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 Extension ¶
Extension can be embedded in a new struct to create an extension of this class. T should be the type that is embedding this Extension
func (*Extension[T]) AsRDPipelineRasterizationState ¶
func (*Extension[T]) AsRefCounted ¶
func (self *Extension[T]) AsRefCounted() [1]gd.RefCounted
type ID ¶
ID is a typed object ID (reference) to an instance of this class, use it to store references to objects with unknown lifetimes, as an ID will not panic on use if the underlying object has been destroyed.
type Instance ¶
type Instance [1]gdclass.RDPipelineRasterizationState
This object is used by [RenderingDevice].
var Nil Instance
Nil is a nil/null instance of the class. Equivalent to the zero value.
func (Instance) AsRDPipelineRasterizationState ¶
func (Instance) AsRefCounted ¶
func (self Instance) AsRefCounted() [1]gd.RefCounted
func (Instance) CullMode ¶
func (self Instance) CullMode() Rendering.PolygonCullMode
func (Instance) DepthBiasClamp ¶
func (Instance) DepthBiasConstantFactor ¶
func (Instance) DepthBiasEnabled ¶
func (Instance) DepthBiasSlopeFactor ¶
func (Instance) DiscardPrimitives ¶
func (Instance) EnableDepthClamp ¶
func (Instance) FrontFace ¶
func (self Instance) FrontFace() Rendering.PolygonFrontFace
func (Instance) PatchControlPoints ¶
func (Instance) SetCullMode ¶
func (self Instance) SetCullMode(value Rendering.PolygonCullMode)
func (Instance) SetDepthBiasClamp ¶
func (Instance) SetDepthBiasConstantFactor ¶
func (Instance) SetDepthBiasEnabled ¶
func (Instance) SetDepthBiasSlopeFactor ¶
func (Instance) SetDiscardPrimitives ¶
func (Instance) SetEnableDepthClamp ¶
func (Instance) SetFrontFace ¶
func (self Instance) SetFrontFace(value Rendering.PolygonFrontFace)