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