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

#include <RenderGraph_DepthStencil.h>

FCT::DepthStencil 的协作图:
Collaboration graph

Public 成员函数

 DepthStencil () noexcept
template<typename... Args>
 DepthStencil (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_DepthStencil.h8 行定义.

构造及析构函数说明

◆ DepthStencil() [1/2]

FCT::DepthStencil::DepthStencil ( )
inlinenoexcept

在文件 RenderGraph_DepthStencil.h20 行定义.

◆ DepthStencil() [2/2]

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

在文件 RenderGraph_DepthStencil.h25 行定义.

函数调用图:

成员函数说明

◆ processArgs() [1/5]

void FCT::DepthStencil::processArgs ( )
inlineconstexprnoexcept

在文件 RenderGraph_DepthStencil.h58 行定义.

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

◆ processArgs() [2/5]

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

在文件 RenderGraph_DepthStencil.h32 行定义.

函数调用图:

◆ processArgs() [3/5]

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

在文件 RenderGraph_DepthStencil.h38 行定义.

函数调用图:

◆ processArgs() [4/5]

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

在文件 RenderGraph_DepthStencil.h51 行定义.

函数调用图:

◆ processArgs() [5/5]

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

在文件 RenderGraph_DepthStencil.h44 行定义.

函数调用图:

类成员变量说明

◆ format

Format FCT::DepthStencil::format

在文件 RenderGraph_DepthStencil.h11 行定义.

◆ hasFixedSize

bool FCT::DepthStencil::hasFixedSize

在文件 RenderGraph_DepthStencil.h15 行定义.

◆ height

uint32_t FCT::DepthStencil::height

在文件 RenderGraph_DepthStencil.h14 行定义.

◆ isWindow

bool FCT::DepthStencil::isWindow

在文件 RenderGraph_DepthStencil.h18 行定义.

◆ name

std::string FCT::DepthStencil::name

在文件 RenderGraph_DepthStencil.h10 行定义.

◆ samples

Samples FCT::DepthStencil::samples

在文件 RenderGraph_DepthStencil.h12 行定义.

◆ width

uint32_t FCT::DepthStencil::width

在文件 RenderGraph_DepthStencil.h13 行定义.

◆ wnd

Window* FCT::DepthStencil::wnd

在文件 RenderGraph_DepthStencil.h17 行定义.


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