Class PostStage#
Defined in File PostStage.ixx
Class Documentation#
-
class PostStage#
Public Functions
-
PostStage()#
-
void init(VulkanDevice *in_device, VulkanSwapChain *vulkanSwapChain, const std::vector<vk::DescriptorSetLayout> &descriptorSetLayouts)#
-
void shaderHotReload(const std::vector<vk::DescriptorSetLayout> &descriptor_set_layouts)#
-
inline vk::RenderPass &getRenderPass()#
-
inline vk::Sampler &getOffscreenSampler()#
-
void recordCommands(vk::CommandBuffer &commandBuffer, uint32_t image_index, const std::vector<vk::DescriptorSet> &descriptorSets)#
-
void cleanUp()#
-
~PostStage()#
-
PostStage()#