Documentation
¶
Overview ¶
Package RDSamplerState provides methods for working with RDSamplerState object instances.
Index ¶
- type Advanced
- type Any
- type Extension
- type ID
- type Instance
- func (self Instance) AnisotropyMax() Float.X
- func (self Instance) AsObject() [1]gd.Object
- func (self Instance) AsRDSamplerState() Instance
- func (self Instance) AsRefCounted() [1]gd.RefCounted
- func (self Instance) BorderColor() Rendering.SamplerBorderColor
- func (self Instance) CompareOp() Rendering.CompareOperator
- func (self Instance) EnableCompare() bool
- func (self Instance) ID() ID
- func (self Instance) LodBias() Float.X
- func (self Instance) MagFilter() Rendering.SamplerFilter
- func (self Instance) MaxLod() Float.X
- func (self Instance) MinFilter() Rendering.SamplerFilter
- func (self Instance) MinLod() Float.X
- func (self Instance) MipFilter() Rendering.SamplerFilter
- func (self Instance) RepeatU() Rendering.SamplerRepeatMode
- func (self Instance) RepeatV() Rendering.SamplerRepeatMode
- func (self Instance) RepeatW() Rendering.SamplerRepeatMode
- func (self Instance) SetAnisotropyMax(value Float.X)
- func (self Instance) SetBorderColor(value Rendering.SamplerBorderColor)
- func (self Instance) SetCompareOp(value Rendering.CompareOperator)
- func (self Instance) SetEnableCompare(value bool)
- func (self Instance) SetLodBias(value Float.X)
- func (self Instance) SetMagFilter(value Rendering.SamplerFilter)
- func (self Instance) SetMaxLod(value Float.X)
- func (self Instance) SetMinFilter(value Rendering.SamplerFilter)
- func (self Instance) SetMinLod(value Float.X)
- func (self Instance) SetMipFilter(value Rendering.SamplerFilter)
- func (self *Instance) SetObject(obj [1]gd.Object) bool
- func (self Instance) SetRepeatU(value Rendering.SamplerRepeatMode)
- func (self Instance) SetRepeatV(value Rendering.SamplerRepeatMode)
- func (self Instance) SetRepeatW(value Rendering.SamplerRepeatMode)
- func (self Instance) SetUnnormalizedUvw(value bool)
- func (self Instance) SetUseAnisotropy(value bool)
- func (self Instance) UnnormalizedUvw() bool
- func (self *Instance) UnsafePointer() unsafe.Pointer
- func (self Instance) UseAnisotropy() bool
- 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 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]) AsRDSamplerState ¶
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.RDSamplerState
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) AnisotropyMax ¶
func (Instance) AsRDSamplerState ¶
func (Instance) AsRefCounted ¶
func (self Instance) AsRefCounted() [1]gd.RefCounted
func (Instance) BorderColor ¶
func (self Instance) BorderColor() Rendering.SamplerBorderColor
func (Instance) CompareOp ¶
func (self Instance) CompareOp() Rendering.CompareOperator
func (Instance) EnableCompare ¶
func (Instance) MagFilter ¶
func (self Instance) MagFilter() Rendering.SamplerFilter
func (Instance) MinFilter ¶
func (self Instance) MinFilter() Rendering.SamplerFilter
func (Instance) MipFilter ¶
func (self Instance) MipFilter() Rendering.SamplerFilter
func (Instance) RepeatU ¶
func (self Instance) RepeatU() Rendering.SamplerRepeatMode
func (Instance) RepeatV ¶
func (self Instance) RepeatV() Rendering.SamplerRepeatMode
func (Instance) RepeatW ¶
func (self Instance) RepeatW() Rendering.SamplerRepeatMode
func (Instance) SetAnisotropyMax ¶
func (Instance) SetBorderColor ¶
func (self Instance) SetBorderColor(value Rendering.SamplerBorderColor)
func (Instance) SetCompareOp ¶
func (self Instance) SetCompareOp(value Rendering.CompareOperator)
func (Instance) SetEnableCompare ¶
func (Instance) SetLodBias ¶
func (Instance) SetMagFilter ¶
func (self Instance) SetMagFilter(value Rendering.SamplerFilter)
func (Instance) SetMinFilter ¶
func (self Instance) SetMinFilter(value Rendering.SamplerFilter)
func (Instance) SetMipFilter ¶
func (self Instance) SetMipFilter(value Rendering.SamplerFilter)
func (Instance) SetRepeatU ¶
func (self Instance) SetRepeatU(value Rendering.SamplerRepeatMode)
func (Instance) SetRepeatV ¶
func (self Instance) SetRepeatV(value Rendering.SamplerRepeatMode)
func (Instance) SetRepeatW ¶
func (self Instance) SetRepeatW(value Rendering.SamplerRepeatMode)