Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QRhiVulkan::DescriptorPoolData Struct Reference

#include <qrhivulkan_p.h>

Collaboration diagram for QRhiVulkan::DescriptorPoolData:

Public Member Functions

 DescriptorPoolData ()
 DescriptorPoolData (VkDescriptorPool pool_)

Public Attributes

VkDescriptorPool pool = VK_NULL_HANDLE
int refCount = 0
int allocedDescSets = 0

Detailed Description

Definition at line 956 of file qrhivulkan_p.h.

Constructor & Destructor Documentation

◆ DescriptorPoolData() [1/2]

QRhiVulkan::DescriptorPoolData::DescriptorPoolData ( )
inline

Definition at line 957 of file qrhivulkan_p.h.

◆ DescriptorPoolData() [2/2]

QRhiVulkan::DescriptorPoolData::DescriptorPoolData ( VkDescriptorPool pool_)
inline

Definition at line 958 of file qrhivulkan_p.h.

References DescriptorPoolData().

Referenced by DescriptorPoolData().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ allocedDescSets

int QRhiVulkan::DescriptorPoolData::allocedDescSets = 0

Definition at line 963 of file qrhivulkan_p.h.

◆ pool

VkDescriptorPool QRhiVulkan::DescriptorPoolData::pool = VK_NULL_HANDLE

Definition at line 961 of file qrhivulkan_p.h.

◆ refCount

int QRhiVulkan::DescriptorPoolData::refCount = 0

Definition at line 962 of file qrhivulkan_p.h.


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