mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-06-05 06:03:34 +00:00
PipelineLayout was re-entering in NXT to create the default empty BGLs, but forgot to remove the initial external refcount for them. Fixing this showed an issue where it was impossible to externally reference a RefCounted that had only internal references, fix this as well and add a test.