156 template<
class AssignmentListT >
157 void update (
const AssignmentListT& list );
Represents logical rendering device.
Definition: vppDevice.hpp:49
void update(const AssignmentListT &list)
Updates resources specified in the assignment list.
The VPP namespace.
Definition: main.hpp:1
Represents a sequence of Vulkan commands.
Definition: vppCommandBuffer.hpp:68
void cmdBind(CommandBuffer hCmdBuffer=CommandBuffer()) const
Generates a command that binds the data block to the pipeline.
const Device & device() const
Retrieves the device.
ShaderDataBlock()
Constructs null reference.
VkDescriptorSet getDescriptorSet(std::uint32_t iSet) const
Retrieves Vulkan handle of the descriptor set.
Represents a group of resources bound to rendering or compute pipeline.
Definition: vppShaderDataBlock.hpp:129