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

Function daxa_version_of_buffer

src/impl_core.cpp:468–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466}
467
468auto daxa_version_of_buffer(daxa_BufferId buffer) -> u64
469{
470 return (buffer.value >> DAXA_ID_VERSION_OFFSET) & mask_from_bit_count(DAXA_ID_VERSION_BITS);
471}
472
473auto daxa_version_of_image(daxa_ImageId image) -> u64
474{

Callers

nothing calls this directly

Calls 1

mask_from_bit_countFunction · 0.85

Tested by

no test coverage detected