21 ~VulkanSkybox()
override;
23 inline const VertexBuffer & GetVertexBuffer()
const {
return __vertexBuffer; }
24 inline const DescriptorSet& GetPanormaDescriptorSet()
const {
return __descriptorSet->GetCurrentSet(); }
26 vc::Error _LoadSkybox(
const vc::Texture & texture)
override;
30 vc::Error _ChangeBlurFactor(
const float factor)
override;
Regroups descriptor sets by frame, so if updates have to be done by group, they will be done on the g...
Definition DescriptorPool.h:25
Definition DescriptorSet.h:22
Definition VertexBuffer.h:18
Encapsulation of Vulkan for the front end of VenomEngine.
Definition Allocator.h:18
Contains the entirety of the code of the VenomEngine project.
Definition Callback.h:13