MTLIntersectionFunctionTable

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

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

Members

Functions

setFunction
void setFunction(MTLFunctionHandle , NSUInteger index)

Sets an entry in the table.

Meta