Skip to content

RoyInterface / Exports / define/RoyTexType / RoySamplerInfo

Interface: RoySamplerInfo

define/RoyTexType.RoySamplerInfo

Interface for sampler information.

Table of contents

Properties

Properties

minFilter

Optional minFilter: MinFilter

The minification filter.


magFilter

Optional magFilter: MagFilter

The magnification filter.


wrapModeS

Optional wrapModeS: WrapMode

The wrap mode for the S coordinate.


wrapModeT

Optional wrapModeT: WrapMode

The wrap mode for the T coordinate.