5#ifndef RENDERGRAPHENABLEPASSCLEAR_H
6#define RENDERGRAPHENABLEPASSCLEAR_H
15 template<
typename... Args>
20 template<
typename... Rest>
21 constexpr void processArgs(
const ClearTypes& other, Rest&&... rest)
26 template<
typename... Rest>
32 template<
typename... Rest>
33 constexpr void processArgs(
const float& other, Rest&&... rest)
38 template<
typename... Rest>
39 constexpr void processArgs(
const uint8_t& other, Rest&&... rest)
constexpr void processArgs(const float &other, Rest &&... rest)
constexpr void processArgs(const Vec4 &other, Rest &&... rest)
constexpr void processArgs(const uint8_t &other, Rest &&... rest)
constexpr void processArgs(const ClearTypes &other, Rest &&... rest)
constexpr void processArgs() noexcept
EnablePassClear() noexcept
constexpr EnablePassClear(Args &&... args) noexcept