MTLFunctionHandle

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

extern (C++) final @nogc nothrow
@ObjectiveC
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