5#ifndef RENDERGRAPH_DEPTHSTENCIL_H
6#define RENDERGRAPH_DEPTHSTENCIL_H
24 template<
typename... Args>
31 template<
typename... Rest>
37 template<
typename... Rest>
43 template<
typename... Rest>
50 template<
typename... Rest>
51 constexpr void processArgs(uint32_t w, uint32_t h, Rest&&... rest)
noexcept {
constexpr void processArgs(const Format &other, Rest &&... rest) noexcept
constexpr void processArgs(Window *window, Rest &&... rest) noexcept
constexpr void processArgs(const Samples &other, Rest &&... rest) noexcept
constexpr void processArgs(uint32_t w, uint32_t h, Rest &&... rest) noexcept
constexpr void processArgs() noexcept
DepthStencil(std::string_view name, Args &&... args) noexcept