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

Method defStructType

GPCS4/Graphics/SpirV/SpirvModule.cpp:817–822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

815
816
817 uint32_t SpirvModule::defStructType(
818 uint32_t memberCount,
819 const uint32_t* memberTypes) {
820 return this->defType(spv::OpTypeStruct,
821 memberCount, memberTypes);
822 }
823
824
825 uint32_t SpirvModule::defStructTypeUnique(

Callers 1

emitVectorAluCommonMethod · 0.80

Calls 1

defTypeMethod · 0.95

Tested by

no test coverage detected