RDSamplerState

package
v0.0.0-...-546f9d4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 5, 2025 License: MIT Imports: 19 Imported by: 0

Documentation

Overview

Package RDSamplerState provides methods for working with RDSamplerState object instances.

Index

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 Any

type Any interface {
	gd.IsClass
	AsRDSamplerState() Instance
}

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 New

func New() Instance

func (Instance) AnisotropyMax

func (self Instance) AnisotropyMax() Float.X

func (Instance) AsObject

func (self Instance) AsObject() [1]gd.Object

func (Instance) AsRDSamplerState

func (self Instance) AsRDSamplerState() Instance

func (Instance) AsRefCounted

func (self Instance) AsRefCounted() [1]gd.RefCounted

func (Instance) BorderColor

func (Instance) CompareOp

func (Instance) EnableCompare

func (self Instance) EnableCompare() bool

func (Instance) LodBias

func (self Instance) LodBias() Float.X

func (Instance) MagFilter

func (Instance) MaxLod

func (self Instance) MaxLod() Float.X

func (Instance) MinFilter

func (Instance) MinLod

func (self Instance) MinLod() Float.X

func (Instance) MipFilter

func (Instance) RepeatU

func (Instance) RepeatV

func (Instance) RepeatW

func (Instance) SetAnisotropyMax

func (self Instance) SetAnisotropyMax(value Float.X)

func (Instance) SetBorderColor

func (self Instance) SetBorderColor(value gdclass.RenderingDeviceSamplerBorderColor)

func (Instance) SetCompareOp

func (self Instance) SetCompareOp(value gdclass.RenderingDeviceCompareOperator)

func (Instance) SetEnableCompare

func (self Instance) SetEnableCompare(value bool)

func (Instance) SetLodBias

func (self Instance) SetLodBias(value Float.X)

func (Instance) SetMagFilter

func (self Instance) SetMagFilter(value gdclass.RenderingDeviceSamplerFilter)

func (Instance) SetMaxLod

func (self Instance) SetMaxLod(value Float.X)

func (Instance) SetMinFilter

func (self Instance) SetMinFilter(value gdclass.RenderingDeviceSamplerFilter)

func (Instance) SetMinLod

func (self Instance) SetMinLod(value Float.X)

func (Instance) SetMipFilter

func (self Instance) SetMipFilter(value gdclass.RenderingDeviceSamplerFilter)

func (Instance) SetRepeatU

func (self Instance) SetRepeatU(value gdclass.RenderingDeviceSamplerRepeatMode)

func (Instance) SetRepeatV

func (self Instance) SetRepeatV(value gdclass.RenderingDeviceSamplerRepeatMode)

func (Instance) SetRepeatW

func (self Instance) SetRepeatW(value gdclass.RenderingDeviceSamplerRepeatMode)

func (Instance) SetUnnormalizedUvw

func (self Instance) SetUnnormalizedUvw(value bool)

func (Instance) SetUseAnisotropy

func (self Instance) SetUseAnisotropy(value bool)

func (Instance) UnnormalizedUvw

func (self Instance) UnnormalizedUvw() bool

func (*Instance) UnsafePointer

func (self *Instance) UnsafePointer() unsafe.Pointer

func (Instance) UseAnisotropy

func (self Instance) UseAnisotropy() bool

func (Instance) Virtual

func (self Instance) Virtual(name string) reflect.Value

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL