method: setIntersectionFunctionTable:atBufferIndex:
| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected