NGFX_ResourceDescription_Vulkan_V1#

struct NGFX_ResourceDescription_Vulkan_V1#

Structure describing a Vulkan resource.

Public Members

uint32_t version#

Used for versioning; must be assigned a value of NGFX_ResourceDescription_Vulkan_VER.

NGFX_ResourceType_Vulkan type#

The type of the Vulkan resource.

VkBuffer buffer#

Vulkan buffer resource; paired with NGFX_ResourceType_Vulkan_VkBuffer.

VkImage image#

Vulkan image resource; paired with NGFX_ResourceType_Vulkan_VkImage.

union NGFX_ResourceDescription_Vulkan_V1::[anonymous] [anonymous]#