![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qrhivulkan_p.h>
Public Member Functions | |
DescriptorPoolData () | |
DescriptorPoolData (VkDescriptorPool pool_) |
Public Attributes | |
VkDescriptorPool | pool = VK_NULL_HANDLE |
int | refCount = 0 |
int | allocedDescSets = 0 |
Definition at line 956 of file qrhivulkan_p.h.
|
inline |
Definition at line 957 of file qrhivulkan_p.h.
|
inline |
Definition at line 958 of file qrhivulkan_p.h.
References DescriptorPoolData().
Referenced by DescriptorPoolData().
int QRhiVulkan::DescriptorPoolData::allocedDescSets = 0 |
Definition at line 963 of file qrhivulkan_p.h.
VkDescriptorPool QRhiVulkan::DescriptorPoolData::pool = VK_NULL_HANDLE |
Definition at line 961 of file qrhivulkan_p.h.
int QRhiVulkan::DescriptorPoolData::refCount = 0 |
Definition at line 962 of file qrhivulkan_p.h.