@rings-webgpu/core 1.0.7 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/rings.es.js +1 -1
- package/dist/rings.es.js.map +1 -1
- package/dist/rings.es.max.js +1 -1
- package/dist/rings.umd.js +1 -1
- package/dist/rings.umd.js.map +1 -1
- package/dist/rings.umd.max.js +1 -1
- package/package.json +1 -1
package/dist/rings.umd.max.js
CHANGED
|
@@ -40534,7 +40534,7 @@ fn CsMain( @builtin(workgroup_id) workgroup_id : vec3<u32> , @builtin(global_inv
|
|
|
40534
40534
|
}
|
|
40535
40535
|
}
|
|
40536
40536
|
|
|
40537
|
-
const version = "1.0.
|
|
40537
|
+
const version = "1.0.8";
|
|
40538
40538
|
|
|
40539
40539
|
class Engine3D {
|
|
40540
40540
|
/**
|