Kohi Game Engine
vulkan_command_buffer Struct Reference

Represents a Vulkan-specific command buffer, which holds a list of commands and is submitted to a queue for execution. More...

#include <vulkan_types.h>

Data Fields

VkCommandBuffer handle
 The internal command buffer handle. More...
 
vulkan_command_buffer_state state
 Command buffer state. More...
 

Detailed Description

Represents a Vulkan-specific command buffer, which holds a list of commands and is submitted to a queue for execution.

Field Documentation

◆ handle

VkCommandBuffer handle

The internal command buffer handle.

◆ state

Command buffer state.


The documentation for this struct was generated from the following file: