MCPcopy Create free account
hub / github.com/KomputeProject/kompute / isInit

Method isInit

src/Algorithm.cpp:15–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15bool
16Algorithm::isInit()
17{
18 return this->mPipeline && this->mPipelineCache && this->mPipelineLayout &&
19 this->mDescriptorPool && this->mDescriptorSet &&
20 this->mDescriptorSetLayout && this->mShaderModule;
21}
22
23void
24Algorithm::destroy()

Callers 1

rebuildMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected