MTLFence

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

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

Members

Functions

device
MTLDevice device()

The device object that created the fence.

label
NSString label(NSString )
Undocumented in source.
label
NSString label()

A string that identifies the fence.

Mixins

__anonymous
mixin ObjcExtend!NSObject
Undocumented in source.

Meta