5#ifndef RENDERGRAPH_TARGET_H
6#define RENDERGRAPH_TARGET_H
25 template<
typename... Args>
32 template<
typename... Rest>
38 template<
typename... Rest>
44 template<
typename... Rest>
51 template<
typename... Rest>
52 constexpr void processArgs(uint32_t w, uint32_t h, Rest&&... rest)
noexcept {
constexpr void processArgs(uint32_t w, uint32_t h, Rest &&... rest) noexcept
constexpr void processArgs(const Format &other, Rest &&... rest) noexcept
constexpr void processArgs(const Samples &other, Rest &&... rest) noexcept
constexpr void processArgs(Window *window, Rest &&... rest) noexcept
Target(std::string_view name, Args &&... args) noexcept
constexpr void processArgs() noexcept