MTLFence

An object that can capture, track, and manage resource dependencies across command encoders.

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

Members

Functions

device
MTLDevice device()

The device object that created the fence.

label
NSString label()

A string that identifies the fence.

label
NSString label(NSString )
Undocumented in source.

Meta