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

Method isColor

include/RenderGraph/FrameGraphStructs.hpp:254–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252 }
253
254 constexpr bool isColor()const noexcept
255 {
256 return m_value.index() == uint32_t( ValueIndex::eColor );
257 }
258
259 constexpr bool isDepthStencil()const noexcept
260 {

Callers 3

getClearColorValueFunction · 0.80
TESTFunction · 0.80
convertFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64