FCT
载入中...
搜索中...
未找到
FCT::Job结构体 参考abstract

#include <Job.h>

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

Public 成员函数

virtual JobType getType () const =0
virtual void submit (RHI::CommandBuffer *cmdBuf)=0
void addRef ()
void release ()
size_t count ()
 operator bool () const

Protected 成员函数

virtual void deleteThis ()

Protected 属性

std::atomic< size_t > m_refCount

详细描述

在文件 Job.h49 行定义.

成员函数说明

◆ addRef()

void FCT::RefCount::addRef ( )
inlineinherited

在文件 RefCount.h10 行定义.

这是这个函数的调用关系图:

◆ count()

size_t FCT::RefCount::count ( )
inlineinherited

在文件 RefCount.h19 行定义.

这是这个函数的调用关系图:

◆ deleteThis()

virtual void FCT::RefCount::deleteThis ( )
inlineprotectedvirtualinherited

FCT::RHI::Fence , 以及 FCT::RHI::Semaphore 重载.

在文件 RefCount.h27 行定义.

这是这个函数的调用关系图:

◆ getType()

virtual JobType FCT::Job::getType ( ) const
pure virtual

FCT::SubmitJob, FCT::TraditionRenderJob , 以及 FCT::ViewportJob 内被实现.

这是这个函数的调用关系图:

◆ operator bool()

FCT::RefCount::operator bool ( ) const
inlineinherited

在文件 RefCount.h22 行定义.

◆ release()

void FCT::RefCount::release ( )
inlineinherited

在文件 RefCount.h13 行定义.

函数调用图:
这是这个函数的调用关系图:

◆ submit()

virtual void FCT::Job::submit ( RHI::CommandBuffer * cmdBuf)
pure virtual

类成员变量说明

◆ m_refCount

std::atomic<size_t> FCT::RefCount::m_refCount
protectedinherited

在文件 RefCount.h30 行定义.


该结构体的文档由以下文件生成: