MCPcopy Create free account
hub / github.com/bea4dev/ShojiWM / update

Function update

tools/decoration-runtime.ts:2424–2427  ·  view source on GitHub ↗
(nextSnapshot)

Source from the content-addressed store, hash-verified

2422 ? Array.from(
2423 new Set([
2424 ...dirtyNodeIds,
2425 ...entry.cache.shaderUniformBindings
2426 .filter((binding) =>
2427 dirtyUniformBindingKeys.includes(binding.key)
2428 )
2429 .map((binding) => binding.nodeId),
2430 ]),

Callers

nothing calls this directly

Calls 1

updateMethod · 0.65

Tested by

no test coverage detected