Searched refs:bindingStorage (Results 1 – 1 of 1) sorted by relevance
29 Binding *bindingStorage = reinterpret_cast<Binding *>(mem); in PipelineLayout() local32 descriptorSets[0].bindings = bindingStorage; // Used in destroy() for deallocation. in PipelineLayout()38 descriptorSets[i].bindings = bindingStorage; in PipelineLayout()39 bindingStorage += bindingsArraySize; in PipelineLayout()57 pushConstantRanges = reinterpret_cast<VkPushConstantRange *>(bindingStorage); in PipelineLayout()