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

Method isInt32

include/RenderGraph/FrameGraphStructs.hpp:194–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 }
193
194 constexpr bool isInt32()const noexcept
195 {
196 return m_value.index() == uint32_t( ValueIndex::eInt32 );
197 }
198
199 constexpr bool isUInt32()const noexcept
200 {

Callers 2

TESTFunction · 0.80
convertFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64