MTLResource

An allocation of memory that is accessible to a GPU.

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

Members

Functions

device
MTLDevice device()

The device object that created the resource.

label
NSString label()

A string that identifies the resource.

label
NSString label(NSString )
Undocumented in source.

Meta