FCT
载入中...
搜索中...
未找到
FCT::VK_FencePool类 参考

#include <VK_FencePool.h>

类 FCT::VK_FencePool 继承关系图:
Inheritance graph
FCT::VK_FencePool 的协作图:
Collaboration graph

Public 成员函数

 VK_FencePool (VK_Context *ctx)
void setDestroyCallback (const std::function< void(RHI::Fence *)> &callback) override
RHI::Fencealloc ()

Protected 属性

ObjectPool< RHI::VK_Fence, VK_Context * > m_fencePool

详细描述

在文件 VK_FencePool.h11 行定义.

构造及析构函数说明

◆ VK_FencePool()

FCT::VK_FencePool::VK_FencePool ( VK_Context * ctx)
inline

在文件 VK_FencePool.h16 行定义.

函数调用图:

成员函数说明

◆ alloc()

RHI::Fence * FCT::VK_FencePool::alloc ( )
inlinevirtual

实现了 FCT::FencePool.

在文件 VK_FencePool.h31 行定义.

◆ setDestroyCallback()

void FCT::VK_FencePool::setDestroyCallback ( const std::function< void(RHI::Fence *)> & callback)
inlineoverridevirtual

实现了 FCT::FencePool.

在文件 VK_FencePool.h23 行定义.

函数调用图:

类成员变量说明

◆ m_fencePool

ObjectPool<RHI::VK_Fence,VK_Context*> FCT::VK_FencePool::m_fencePool
protected

在文件 VK_FencePool.h14 行定义.


该类的文档由以下文件生成: