Documentation
¶
Overview ¶
Package RDAttachmentFormat provides methods for working with RDAttachmentFormat object instances.
Index ¶
- type Advanced
- type Any
- type Instance
- func (self Instance) AsObject() [1]gd.Object
- func (self Instance) AsRDAttachmentFormat() Instance
- func (self Instance) AsRefCounted() [1]gd.RefCounted
- func (self Instance) Format() gdclass.RenderingDeviceDataFormat
- func (self Instance) Samples() gdclass.RenderingDeviceTextureSamples
- func (self Instance) SetFormat(value gdclass.RenderingDeviceDataFormat)
- func (self Instance) SetSamples(value gdclass.RenderingDeviceTextureSamples)
- func (self Instance) SetUsageFlags(value int)
- func (self *Instance) UnsafePointer() unsafe.Pointer
- func (self Instance) UsageFlags() int
- 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.RDAttachmentFormat
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) AsRDAttachmentFormat ¶
func (Instance) AsRefCounted ¶
func (self Instance) AsRefCounted() [1]gd.RefCounted
func (Instance) Format ¶
func (self Instance) Format() gdclass.RenderingDeviceDataFormat
func (Instance) Samples ¶
func (self Instance) Samples() gdclass.RenderingDeviceTextureSamples
func (Instance) SetFormat ¶
func (self Instance) SetFormat(value gdclass.RenderingDeviceDataFormat)
func (Instance) SetSamples ¶
func (self Instance) SetSamples(value gdclass.RenderingDeviceTextureSamples)
func (Instance) SetUsageFlags ¶
func (*Instance) UnsafePointer ¶
func (Instance) UsageFlags ¶
Click to show internal directories.
Click to hide internal directories.