![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Attributes | |
| VkImage | textureImage = VK_NULL_HANDLE |
| int | imgMemSize = -1 |
| QSize | imgSize |
| int | imgFd = -1 |
| VkDeviceMemory | textureImageMemory = VK_NULL_HANDLE |
Definition at line 154 of file vulkanwrapper.cpp.
| int VulkanImageWrapper::imgFd = -1 |
Definition at line 159 of file vulkanwrapper.cpp.
Referenced by VulkanWrapperPrivate::freeTextureImage(), and VulkanWrapper::getImageInfo().
| int VulkanImageWrapper::imgMemSize = -1 |
Definition at line 157 of file vulkanwrapper.cpp.
Referenced by VulkanWrapper::getImageInfo().
| QSize VulkanImageWrapper::imgSize |
Definition at line 158 of file vulkanwrapper.cpp.
| VkImage VulkanImageWrapper::textureImage = VK_NULL_HANDLE |
Definition at line 156 of file vulkanwrapper.cpp.
| VkDeviceMemory VulkanImageWrapper::textureImageMemory = VK_NULL_HANDLE |
Definition at line 160 of file vulkanwrapper.cpp.