public interface MTLSamplerState
An immutable collection of sampler state compiled for a single device.
| Modifier and Type | Method and Description |
|---|---|
MTLDevice |
device()
[@property] device
|
java.lang.String |
label()
[@property] label
|
MTLDevice device()
The device this resource was created against. This resource can only be used with this device.
java.lang.String label()
A string to help identify this object.