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

Function to_string

src/impl_gpu_resources.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8namespace daxa
9{
10 auto to_string(GPUResourceId id) -> std::string
11 {
12 return std::format("index: {}, version: {}", static_cast<u32>(id.index), static_cast<u32>(id.version));
13 }
14
15 auto to_string(ImageId id) -> std::string
16 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected