Skip to content

Latest commit

 

History

History
 
 

commands

include/vsg/commands headers

The include/vsg/commands [header directory contains the scene graph level VkCommand integration classes.

Vulkan command integration classes

Vulkan commands have a specific role in Vulkan so to encapsulate this the vsg::Command pure virtual base class provides virtual void dispatch(CommandBuffer&) const [is overridden in the subclasses to provide specific Vulkan command calls.