Represents logical rendering device.
Definition: vppDevice.hpp:49
VkPipeline handle() const
Retrieves the Vulkan handle of the pipeline.
void cmdBind(CommandBuffer hCmdBuffer=CommandBuffer()) const
Generates a command to select the current pipeline.
Compiled pipeline class for graphics pipelines.
Definition: vppPipeline.hpp:48
The VPP namespace.
Definition: main.hpp:1
Represents a sequence of Vulkan commands.
Definition: vppCommandBuffer.hpp:68
Compiled pipeline class for compute pipelines.
Definition: vppPipeline.hpp:87
Pipeline()
Constructs null reference.
VkPipeline handle() const
Retrieves the Vulkan handle of the pipeline.
ComputePipeline()
Constructs null reference.
void cmdBind(CommandBuffer hCmdBuffer=CommandBuffer()) const
Generates a command to select the current pipeline.