11 VkPipelineLayout pipelineLayout,
13 std::vector<DescriptorSetLayout> descriptorSetLayouts) :
14 _pipelineLayout(pipelineLayout), _device(device), _descriptorSetLayouts(
std::move(descriptorSetLayouts)) {}
21 pipelineLayout._pipelineLayout = VK_NULL_HANDLE;
22 pipelineLayout._device =
nullptr;
23 pipelineLayout._descriptorSetLayouts.resize(0);
33 pipelineLayout._pipelineLayout = VK_NULL_HANDLE;
34 pipelineLayout._device =
nullptr;
35 pipelineLayout._descriptorSetLayouts.resize(0);
std::vector< DescriptorSetLayout > _descriptorSetLayouts
PipelineLayout & operator=(const PipelineLayout &)=delete
VkPipelineLayout _pipelineLayout