FCT
载入中...
搜索中...
未找到
VK_DescriptorPool.h
浏览该文件的文档.
1
//
2
// Created by Administrator on 2025/4/14.
3
//
4
#include "
DescriptorPool.h
"
5
#ifndef VK_DESCRIPTORPOOL_H
6
#define VK_DESCRIPTORPOOL_H
7
namespace
FCT
8
{
9
namespace
RHI
10
{
11
class
VK_DescriptorPool
:
public
DescriptorPool
{
12
public
:
13
VK_DescriptorPool
(
VK_Context
* ctx);
14
void
create
();
15
vk::DescriptorPool&
getPool
() {
return
m_descriptorPool
; }
16
protected
:
17
VK_Context
*
m_ctx
;
18
vk::DescriptorPool
m_descriptorPool
;
19
};
20
21
}
22
}
23
24
25
26
#endif
//VK_DESCRIPTORPOOL_H
DescriptorPool.h
FCT::RHI::DescriptorPool
定义
DescriptorPool.h:12
FCT::RHI::VK_DescriptorPool::m_descriptorPool
vk::DescriptorPool m_descriptorPool
定义
VK_DescriptorPool.h:18
FCT::RHI::VK_DescriptorPool::getPool
vk::DescriptorPool & getPool()
定义
VK_DescriptorPool.h:15
FCT::RHI::VK_DescriptorPool::VK_DescriptorPool
VK_DescriptorPool(VK_Context *ctx)
定义
VK_DescriptorPool.cpp:9
FCT::RHI::VK_DescriptorPool::create
void create()
定义
VK_DescriptorPool.cpp:14
FCT::RHI::VK_DescriptorPool::m_ctx
VK_Context * m_ctx
定义
VK_DescriptorPool.h:17
FCT::VK_Context
定义
VK_Context.h:11
FCT::RHI
定义
CommandBufferGraph.h:14
FCT
定义
Enums.h:8
src
RHI
VK_DescriptorPool.h
制作者
1.14.0