Fove SDK  v1.1.0
Public Attributes | List of all members
Fove_VulkanTextureResources Struct Reference

Struct to hold handles to resources for a texture. More...

#include <FoveAPI.h>

Collaboration diagram for Fove_VulkanTextureResources:
Collaboration graph
[legend]

Public Attributes

Fove_VkDeviceMemory deviceMemory = nullptr
 Vulkan handle to the device memory region for the texture.
 
Fove_VkImage image = nullptr
 Vulkan handle to the image object for the texture.
 
Fove_VkImageView imageView = nullptr
 Vulkan handle to the image view object for the texture.
 

Detailed Description

Struct to hold handles to resources for a texture.