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

Function render_list_create

StereoKitC/systems/render.cpp:1178–1183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1176///////////////////////////////////////////
1177
1178render_list_t render_list_create() {
1179 int32_t id = local.lists.index_where(&_render_list_t::state, render_list_state_destroyed);
1180 if (id == -1)
1181 id = local.lists.add({});
1182 return id;
1183}
1184
1185///////////////////////////////////////////
1186

Callers 1

render_initFunction · 0.85

Calls 2

index_whereMethod · 0.80
addMethod · 0.80

Tested by

no test coverage detected