MTLFunctionHandle

An object representing a function that you can add to a visible function table.

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

Members

Functions

device
MTLDevice device()

The device object that created the shader function.

functionType
MTLFunctionType functionType()

The shader function’s type.

name
NSString name()
Undocumented in source.

Meta