Documentation
¶
Overview ¶
Package RDVertexAttribute provides methods for working with RDVertexAttribute object instances.
Index ¶
- type Advanced
- type Any
- type Instance
- func (self Instance) AsObject() [1]gd.Object
- func (self Instance) AsRDVertexAttribute() Instance
- func (self Instance) AsRefCounted() [1]gd.RefCounted
- func (self Instance) Format() gdclass.RenderingDeviceDataFormat
- func (self Instance) Frequency() gdclass.RenderingDeviceVertexFrequency
- func (self Instance) Location() int
- func (self Instance) Offset() int
- func (self Instance) SetFormat(value gdclass.RenderingDeviceDataFormat)
- func (self Instance) SetFrequency(value gdclass.RenderingDeviceVertexFrequency)
- func (self Instance) SetLocation(value int)
- func (self Instance) SetOffset(value int)
- func (self Instance) SetStride(value int)
- func (self Instance) Stride() 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.RDVertexAttribute
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) AsRDVertexAttribute ¶
func (Instance) AsRefCounted ¶
func (self Instance) AsRefCounted() [1]gd.RefCounted
func (Instance) Format ¶
func (self Instance) Format() gdclass.RenderingDeviceDataFormat
func (Instance) Frequency ¶
func (self Instance) Frequency() gdclass.RenderingDeviceVertexFrequency
func (Instance) SetFormat ¶
func (self Instance) SetFormat(value gdclass.RenderingDeviceDataFormat)
func (Instance) SetFrequency ¶
func (self Instance) SetFrequency(value gdclass.RenderingDeviceVertexFrequency)
func (Instance) SetLocation ¶
func (*Instance) UnsafePointer ¶
Click to show internal directories.
Click to hide internal directories.