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