Vookoo
|
#include <vku.hpp>
Public Member Functions | |
vk::UniquePipelineLayout | createUnique (const vk::Device &device) const |
Create a self-deleting pipeline layout object. | |
void | descriptorSetLayout (vk::DescriptorSetLayout layout) |
Add a descriptor set layout to the pipeline. | |
void | pushConstantRange (vk::ShaderStageFlags stageFlags_, uint32_t offset_, uint32_t size_) |
A class for building pipeline layouts. Pipeline layouts describe the descriptor sets and push constants used by the shaders.
|
inline |
Add a push constant range to the pipeline. These describe the size and location of variables in the push constant area.