Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
VulkanImageWrapper Struct Reference
+ Collaboration diagram for VulkanImageWrapper:

Public Attributes

VkImage textureImage = VK_NULL_HANDLE
 
int imgMemSize = -1
 
QSize imgSize
 
int imgFd = -1
 
VkDeviceMemory textureImageMemory = VK_NULL_HANDLE
 

Detailed Description

Definition at line 154 of file vulkanwrapper.cpp.

Member Data Documentation

◆ imgFd

int VulkanImageWrapper::imgFd = -1

Definition at line 159 of file vulkanwrapper.cpp.

◆ imgMemSize

int VulkanImageWrapper::imgMemSize = -1

Definition at line 157 of file vulkanwrapper.cpp.

Referenced by VulkanWrapper::getImageInfo().

◆ imgSize

QSize VulkanImageWrapper::imgSize

Definition at line 158 of file vulkanwrapper.cpp.

◆ textureImage

VkImage VulkanImageWrapper::textureImage = VK_NULL_HANDLE

Definition at line 156 of file vulkanwrapper.cpp.

◆ textureImageMemory

VkDeviceMemory VulkanImageWrapper::textureImageMemory = VK_NULL_HANDLE

Definition at line 160 of file vulkanwrapper.cpp.


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