8 #ifndef GRAPHICS_PIPELINE_HPP 9 #define GRAPHICS_PIPELINE_HPP 11 #include <SimpleGL_vk/SimpleGL_vk_Export.h> 15 #include <vulkan/vulkan.h> 34 VkDescriptorSetLayout descriptorSetLayout;
37 VkPipelineLayout pipelineLayout;
56 VkPipeline getHandle();
63 VkDescriptorSetLayout getDescriptorSetLayout();
70 VkPipelineLayout getPipelineLayout();
Generic namespace for the SimpleGL framework.
This class wraps a Vulkan graphics pipeline.
This class wraps a Vulkan render pass.