soltanmm

Results 2 issues of soltanmm

AFAICT, according to [Resource Layout Compatibility](https://www.w3.org/TR/WGSL/#resource-layout-compatibility), WGSL does not consider write-only storage buffers to be part of the resource interface. Naga 0.8.5 appears to validate the following fragment of module-scope...

area: validation

Problem: doesn't compile in DMD 2.064 Why: a safe function is calling a constructor that isn't marked 'safe' Where: scid/internal/regionallocator.d:(364|394) Quickfix: ``` diff --git a/scid/internal/regionallocator.d b/scid/internal/regionallocator.d index 97488cd..7dcbc02 100644 ---...