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

Function isInRange

source/RenderGraph/GraphBuilder.cpp:276–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274
275 template< typename UIntT >
276 static bool isInRange( UIntT value
277 , UIntT offset, UIntT count )
278 {
279 return value >= offset && value < offset + count;
280 }
281
282 template< typename UIntT >
283 static bool areIntersecting( UIntT lhsOffset, UIntT lhsCount

Callers 1

areIntersectingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected