MTLEvent

An object you use to synchronize access to Metal resources.

extern (C++) final @nogc nothrow
@ObjectiveC
interface MTLEvent {}

Members

Functions

device
MTLDevice device()

The device object that created the event.

label
NSString label()

A string that identifies the event.

Meta