Package apple.metal.protocol
Interface MTLDepthStencilState
-
public interface MTLDepthStencilStateDevice-specific compiled depth/stencil state object
-
-
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.
-
-