Lugdunum  0.1.0
PipelineLayout.inl
Go to the documentation of this file.
1 inline void PipelineLayout::setPushConstants(const std::vector<VkPushConstantRange>& pushConstants) {
2  _pushConstants = pushConstants;
3 }
4 
5 inline void PipelineLayout::setDescriptorSetLayouts(std::vector<API::DescriptorSetLayout> descriptorSetLayouts) {
6  _descriptorSetLayouts = std::move(descriptorSetLayouts);
7 }
void pushConstants(const CmdPushConstants &parameters) const