method: setColorStoreActionOptions:atIndex:
| 77 | |
| 78 | // method: setColorStoreActionOptions:atIndex: |
| 79 | _MTL_INLINE void MTL::ParallelRenderCommandEncoder::setColorStoreActionOptions(MTL::StoreActionOptions storeActionOptions, NS::UInteger colorAttachmentIndex) |
| 80 | { |
| 81 | Object::sendMessage<void>(this, _MTL_PRIVATE_SEL(setColorStoreActionOptions_atIndex_), storeActionOptions, colorAttachmentIndex); |
| 82 | } |
| 83 | |
| 84 | // method: setDepthStoreActionOptions: |
| 85 | _MTL_INLINE void MTL::ParallelRenderCommandEncoder::setDepthStoreActionOptions(MTL::StoreActionOptions storeActionOptions) |
nothing calls this directly
no outgoing calls
no test coverage detected