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

#include <RenderGraph_Target.h>

FCT::Target 的协作图:
Collaboration graph

Public 成员函数

 Target () noexcept
template<typename... Args>
 Target (std::string_view name, Args &&... args) noexcept
template<typename... Rest>
constexpr void processArgs (const Format &other, Rest &&... rest) noexcept
template<typename... Rest>
constexpr void processArgs (const Samples &other, Rest &&... rest) noexcept
template<typename... Rest>
constexpr void processArgs (Window *window, Rest &&... rest) noexcept
template<typename... Rest>
constexpr void processArgs (uint32_t w, uint32_t h, Rest &&... rest) noexcept
constexpr void processArgs () noexcept

Public 属性

std::string name
Format format
Samples samples
uint32_t width
uint32_t height
bool hasFixedSize
Windowwnd
bool isWindow

详细描述

在文件 RenderGraph_Target.h9 行定义.

构造及析构函数说明

◆ Target() [1/2]

FCT::Target::Target ( )
inlinenoexcept

在文件 RenderGraph_Target.h21 行定义.

◆ Target() [2/2]

template<typename... Args>
FCT::Target::Target ( std::string_view name,
Args &&... args )
inlinenoexcept

在文件 RenderGraph_Target.h26 行定义.

函数调用图:

成员函数说明

◆ processArgs() [1/5]

void FCT::Target::processArgs ( )
inlineconstexprnoexcept

在文件 RenderGraph_Target.h59 行定义.

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

◆ processArgs() [2/5]

template<typename... Rest>
void FCT::Target::processArgs ( const Format & other,
Rest &&... rest )
inlineconstexprnoexcept

在文件 RenderGraph_Target.h33 行定义.

函数调用图:

◆ processArgs() [3/5]

template<typename... Rest>
void FCT::Target::processArgs ( const Samples & other,
Rest &&... rest )
inlineconstexprnoexcept

在文件 RenderGraph_Target.h39 行定义.

函数调用图:

◆ processArgs() [4/5]

template<typename... Rest>
void FCT::Target::processArgs ( uint32_t w,
uint32_t h,
Rest &&... rest )
inlineconstexprnoexcept

在文件 RenderGraph_Target.h52 行定义.

函数调用图:

◆ processArgs() [5/5]

template<typename... Rest>
void FCT::Target::processArgs ( Window * window,
Rest &&... rest )
inlineconstexprnoexcept

在文件 RenderGraph_Target.h45 行定义.

函数调用图:

类成员变量说明

◆ format

Format FCT::Target::format

在文件 RenderGraph_Target.h12 行定义.

◆ hasFixedSize

bool FCT::Target::hasFixedSize

在文件 RenderGraph_Target.h16 行定义.

◆ height

uint32_t FCT::Target::height

在文件 RenderGraph_Target.h15 行定义.

◆ isWindow

bool FCT::Target::isWindow

在文件 RenderGraph_Target.h19 行定义.

◆ name

std::string FCT::Target::name

在文件 RenderGraph_Target.h11 行定义.

◆ samples

Samples FCT::Target::samples

在文件 RenderGraph_Target.h13 行定义.

◆ width

uint32_t FCT::Target::width

在文件 RenderGraph_Target.h14 行定义.

◆ wnd

Window* FCT::Target::wnd

在文件 RenderGraph_Target.h18 行定义.


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