MTLResource

An allocation of memory that is accessible to a GPU.

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

Members

Functions

device
MTLDevice device()

The device object that created the resource.

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

A string that identifies the resource.

Mixins

__anonymous
mixin ObjcExtend!NSObject
Undocumented in source.

Meta