15#include <vsg/commands/Command.h>
16#include <vsg/state/Image.h>
25 using Ranges = std::vector<VkImageSubresourceRange>;
40 using Ranges = std::vector<VkImageSubresourceRange>;
ClearColorImage command encapsulates vkCmdClearColorImage functionality and associated settings.
Definition ClearImage.h:23
ClearDepthStencilImage command encapsulates vkCmdClearDepthStencilImage functionality and associated ...
Definition ClearImage.h:38
CommandBuffer encapsulates VkCommandBuffer.
Definition CommandBuffer.h:27
std container adapter for allocating with MEMORY_AFFINITY_NODES
Definition Allocator.h:138