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

Method renderCommandEncoder

metal-cpp/Metal/MTLParallelRenderCommandEncoder.hpp:55–58  ·  view source on GitHub ↗

method: renderCommandEncoder

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected