FCT
载入中...
搜索中...
未找到
DescriptorPool.h
浏览该文件的文档.
1
//
2
// Created by Administrator on 2025/4/14.
3
//
4
5
#ifndef DESCRIPTORPOOL_H
6
#define DESCRIPTORPOOL_H
7
namespace
FCT
8
{
9
namespace
RHI
10
{
11
class
DescriptorPool
12
{
13
public
:
14
virtual
void
create
() = 0;
15
protected
:
16
17
};
18
}
19
}
20
#endif
//DESCRIPTORPOOL_H
FCT::RHI::DescriptorPool
定义
DescriptorPool.h:12
FCT::RHI::DescriptorPool::create
virtual void create()=0
FCT::RHI
定义
CommandBufferGraph.h:14
FCT
定义
Enums.h:8
src
RHI
DescriptorPool.h
制作者
1.14.0