MTLSamplerState

An object that defines how a texture should be sampled.

version(D_ObjectiveC)
extern (Objective-C) extern
interface MTLSamplerState {}

Members

Functions

device
MTLDevice device()

The device object that created the sampler.

label
NSString label()

A string that identifies the sampler.

Meta