MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / radix_sort_init

Function radix_sort_init

StereoKitC/systems/render.cpp:1407–1410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1405size_t radix_queue_size = 0;
1406
1407void radix_sort_init() {
1408 radix_queue_area = nullptr;
1409 radix_queue_size = 0;
1410}
1411
1412void radix_sort_clean() {
1413 sk_free(radix_queue_area);

Callers 1

render_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected