Class PostStage
Defined in File PostStage.hpp
Class Documentation
-
class PostStage
Public Functions
-
PostStage()
-
void init(VulkanDevice *device, VulkanSwapChain *vulkanSwapChain, const std::vector<VkDescriptorSetLayout> &descriptorSetLayouts)
-
void shaderHotReload(const std::vector<VkDescriptorSetLayout> &descriptor_set_layouts)
-
inline VkRenderPass &getRenderPass()
-
inline VkSampler &getOffscreenSampler()
-
void recordCommands(VkCommandBuffer &commandBuffer, uint32_t image_index, const std::vector<VkDescriptorSet> &descriptorSets)
-
void cleanUp()
-
~PostStage()
-
PostStage()