Builder

open class Builder

Builder for constructing Sampler objects.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Construct a Sampler from the properties of the Builder.
Link copied to clipboard
Set the magnification function used whenever the level-of-detail function determines that the texture should be magnified.
Link copied to clipboard
Set the minifying function used whenever the level-of-detail function determines that the texture should be minified.
Link copied to clipboard
Set both the texture minifying function and magnification function.
Link copied to clipboard
Set the wrap mode for all texture coordinates.
Link copied to clipboard
Set the wrap mode for texture coordinate R.
Link copied to clipboard
Set the wrap mode for texture coordinate S.
Link copied to clipboard
Set the wrap mode for texture coordinate T.