MCPcopy Create free account
hub / github.com/Inori/GPCS4 / decorateDescriptorSet

Method decorateDescriptorSet

GPCS4/Graphics/SpirV/SpirvModule.cpp:595–602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593
594
595 void SpirvModule::decorateDescriptorSet(
596 uint32_t object,
597 uint32_t set) {
598 m_annotations.putIns (spv::OpDecorate, 4);
599 m_annotations.putWord (object);
600 m_annotations.putWord (spv::DecorationDescriptorSet);
601 m_annotations.putInt32(set);
602 }
603
604
605 void SpirvModule::decorateIndex(

Callers 3

emitDclBufferMethod · 0.80
emitDclTextureMethod · 0.80
emitDclSamplerMethod · 0.80

Calls 3

putInsMethod · 0.80
putWordMethod · 0.80
putInt32Method · 0.80

Tested by

no test coverage detected