method: renderCommandEncoder
| 53 | |
| 54 | // method: renderCommandEncoder |
| 55 | _MTL_INLINE MTL::RenderCommandEncoder* MTL::ParallelRenderCommandEncoder::renderCommandEncoder() |
| 56 | { |
| 57 | return Object::sendMessage<MTL::RenderCommandEncoder*>(this, _MTL_PRIVATE_SEL(renderCommandEncoder)); |
| 58 | } |
| 59 | |
| 60 | // method: setColorStoreAction:atIndex: |
| 61 | _MTL_INLINE void MTL::ParallelRenderCommandEncoder::setColorStoreAction(MTL::StoreAction storeAction, NS::UInteger colorAttachmentIndex) |
nothing calls this directly
no outgoing calls
no test coverage detected