MCPcopy Create free account
hub / github.com/Ipotrick/Daxa / BaseAndCount

Class BaseAndCount

src/cpp_wrapper.cpp:2363–2367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2361 // clang-format on
2362
2363 struct BaseAndCount
2364 {
2365 u32 base;
2366 u32 count;
2367 };
2368 std::array<BaseAndCount, 3> const mip_bc{
2369 BaseAndCount{.base = b_mip_p1 + 1, .count = (a_mip_p1 + 1) - (b_mip_p1 + 1)}, // b1 -> a1
2370 BaseAndCount{.base = a_mip_p0, .count = b_mip_p0 - a_mip_p0}, // a0 -> b0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected