Package apple.metal.protocol
Interface MTLFence
-
public interface MTLFence
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MTLDevicedevice()java.lang.Stringlabel()[@property] label A string to help identify this object.voidsetLabel(java.lang.String value)[@property] label A string to help identify this object.
-
-
-
Method Detail
-
device
MTLDevice device()
-
label
java.lang.String label()
[@property] label A string to help identify this object.
-
setLabel
void setLabel(java.lang.String value)
[@property] label A string to help identify this object.
-
-