#include <RenderGraph_Target.h>
|
| 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 |
◆ Target() [1/2]
◆ Target() [2/2]
template<typename... Args>
FCT::Target::Target |
( |
std::string_view | name, |
|
|
Args &&... | args ) |
|
inlinenoexcept |
◆ processArgs() [1/5]
void FCT::Target::processArgs |
( |
| ) |
|
|
inlineconstexprnoexcept |
◆ processArgs() [2/5]
template<typename... Rest>
void FCT::Target::processArgs |
( |
const Format & | other, |
|
|
Rest &&... | rest ) |
|
inlineconstexprnoexcept |
◆ processArgs() [3/5]
template<typename... Rest>
void FCT::Target::processArgs |
( |
const Samples & | other, |
|
|
Rest &&... | rest ) |
|
inlineconstexprnoexcept |
◆ processArgs() [4/5]
template<typename... Rest>
void FCT::Target::processArgs |
( |
uint32_t | w, |
|
|
uint32_t | h, |
|
|
Rest &&... | rest ) |
|
inlineconstexprnoexcept |
◆ processArgs() [5/5]
template<typename... Rest>
void FCT::Target::processArgs |
( |
Window * | window, |
|
|
Rest &&... | rest ) |
|
inlineconstexprnoexcept |
◆ format
◆ hasFixedSize
bool FCT::Target::hasFixedSize |
◆ height
uint32_t FCT::Target::height |
◆ isWindow
bool FCT::Target::isWindow |
◆ name
std::string FCT::Target::name |
◆ samples
◆ width
uint32_t FCT::Target::width |
◆ wnd
该结构体的文档由以下文件生成: