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

Method setColorStoreActionOptions

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

method: setColorStoreActionOptions:atIndex:

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected