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
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 904 of file qrhivulkan_p.h.

Constructor & Destructor Documentation

◆ DescriptorPoolData() [1/2]

QRhiVulkan::DescriptorPoolData::DescriptorPoolData ( )
inline

Definition at line 905 of file qrhivulkan_p.h.

◆ DescriptorPoolData() [2/2]

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

Definition at line 906 of file qrhivulkan_p.h.

Member Data Documentation

◆ allocedDescSets

int QRhiVulkan::DescriptorPoolData::allocedDescSets = 0

Definition at line 911 of file qrhivulkan_p.h.

◆ pool

VkDescriptorPool QRhiVulkan::DescriptorPoolData::pool = VK_NULL_HANDLE

Definition at line 909 of file qrhivulkan_p.h.

◆ refCount

int QRhiVulkan::DescriptorPoolData::refCount = 0

Definition at line 910 of file qrhivulkan_p.h.


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