MTLIntersectionFunctionTable

A table of intersection functions that Metal calls to perform ray-tracing intersection tests.

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

Members

Functions

setFunction
void setFunction(MTLFunctionHandle , NSUInteger index)

Sets an entry in the table.

Meta