#include <GrVkDescriptorSet.h>
Definition at line 20 of file GrVkDescriptorSet.h.
◆ GrVkDescriptorSet()
GrVkDescriptorSet::GrVkDescriptorSet |
( |
GrVkGpu * |
gpu, |
|
|
VkDescriptorSet |
descSet, |
|
|
GrVkDescriptorPool * |
pool, |
|
|
GrVkDescriptorSetManager::Handle |
handle |
|
) |
| |
Definition at line 14 of file GrVkDescriptorSet.cpp.
18 : INHERITED(gpu)
19 , fDescSet(descSet)
21 , fHandle(handle) {
22 fPool->ref();
23}
◆ ~GrVkDescriptorSet()
GrVkDescriptorSet::~GrVkDescriptorSet |
( |
| ) |
|
|
inlineoverride |
◆ descriptorSet()
const VkDescriptorSet * GrVkDescriptorSet::descriptorSet |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: