MCPcopy Create free account
hub / github.com/DragonJoker/RenderGraph / ClearValue

Method ClearValue

include/RenderGraph/FrameGraphStructs.hpp:244–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242 };
243
244 constexpr explicit ClearValue( ClearColorValue v = ClearColorValue{} )noexcept
245 : m_value{ std::move( v ) }
246 {
247 }
248
249 constexpr explicit ClearValue( ClearDepthStencilValue v )noexcept
250 : m_value{ std::move( v ) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected