Skip to main content

VKCommand

The VKCommand class is a Vulkan-specific implementation of the Command class, providing access to the command buffer.

#include <platform/TellusimCommand.h>

Inheritance

Constructors

VKCommand()

Methods

Command context.

VkCommandBuffer getVKCommand() const

Command descriptors.

VkDescriptorSet getSamplerDescriptor() const
VkDescriptorSet getImageDescriptor() const
VkDescriptorSet getBufferDescriptor() const
VkDescriptorSet getTracingDescriptor() const
VkDescriptorSet getTexelDescriptor() const

Update resources.

void update()