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

Function daxa_default_view

src/impl_core.cpp:443–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441// --- Begin API Functions
442
443auto daxa_default_view(daxa_ImageId image) -> daxa_ImageViewId
444{
445 return daxa_ImageViewId{.value = image.value};
446}
447
448auto daxa_index_of_buffer(daxa_BufferId buffer) -> u32
449{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected