MCPcopy Create free account
hub / github.com/DTolm/VkFFT / setIntersectionFunctionTable

Method setIntersectionFunctionTable

metal-cpp/Metal/MTLComputeCommandEncoder.hpp:178–181  ·  view source on GitHub ↗

method: setIntersectionFunctionTable:atBufferIndex:

Source from the content-addressed store, hash-verified

176
177// method: setIntersectionFunctionTable:atBufferIndex:
178_MTL_INLINE void MTL::ComputeCommandEncoder::setIntersectionFunctionTable(const MTL::IntersectionFunctionTable* intersectionFunctionTable, NS::UInteger bufferIndex)
179{
180 Object::sendMessage<void>(this, _MTL_PRIVATE_SEL(setIntersectionFunctionTable_atBufferIndex_), intersectionFunctionTable, bufferIndex);
181}
182
183// method: setIntersectionFunctionTables:withBufferRange:
184_MTL_INLINE void MTL::ComputeCommandEncoder::setIntersectionFunctionTables(const MTL::IntersectionFunctionTable* intersectionFunctionTables[], NS::Range range)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected