Package apple.metal.protocol
Interface MTLSamplerState
-
public interface MTLSamplerState[@protocol] MTLSamplerState An immutable collection of sampler state compiled for a single device.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MTLDevicedevice()[@property] device The device this resource was created against.java.lang.Stringlabel()[@property] label A string to help identify this object.
-
-
-
Method Detail
-
device
MTLDevice device()
[@property] device The device this resource was created against. This resource can only be used with this device.
-
label
java.lang.String label()
[@property] label A string to help identify this object.
-
-