Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ipotrick/Daxa
/ dec_refcnt
Method
dec_refcnt
src/cpp_wrapper.cpp:312–315 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
310
}
311
312
auto Instance::dec_refcnt(ImplHandle const * object) -> u64
313
{
314
return daxa_instance_dec_refcnt(rc_cast<daxa_Instance>(object));
315
}
316
317
/// --- End Instance ---
318
Callers
nothing calls this directly
Calls
13
daxa_instance_dec_refcnt
Function · 0.85
daxa_dvc_dec_refcnt
Function · 0.85
daxa_binary_semaphore_dec_refcnt
Function · 0.85
daxa_timeline_semaphore_dec_refcnt
Function · 0.85
daxa_event_dec_refcnt
Function · 0.85
daxa_memory_block_dec_refcnt
Function · 0.85
daxa_timeline_query_pool_dec_refcnt
Function · 0.85
daxa_swp_dec_refcnt
Function · 0.85
daxa_ray_tracing_pipeline_dec_refcnt
Function · 0.85
daxa_ray_tracing_pipeline_library_dec_refcnt
Function · 0.85
daxa_compute_pipeline_dec_refcnt
Function · 0.85
daxa_raster_pipeline_dec_refcnt
Function · 0.85
Tested by
no test coverage detected