Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DragonJoker/RenderGraph
/ isUInt32
Method
isUInt32
include/RenderGraph/FrameGraphStructs.hpp:199–202 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
197
}
198
199
constexpr bool isUInt32()const noexcept
200
{
201
return m_value.index() == uint32_t( ValueIndex::eUInt32 );
202
}
203
204
constexpr std::array< float, 4u > const & float32()const noexcept
205
{
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64