MTLEvent

An object you use to synchronize access to Metal resources.

version(D_ObjectiveC)
extern (Objective-C) extern
interface MTLEvent {}

Members

Functions

device
MTLDevice device()

The device object that created the event.

label
NSString label()

A string that identifies the event.

Meta