@vgpu/render 0.0.7 → 0.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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @vgpu/render
|
|
2
2
|
|
|
3
|
-
> 0.0.
|
|
3
|
+
> 0.0.8 — early preview
|
|
4
4
|
|
|
5
5
|
`@vgpu/render` is the small rendering layer on top of `@vgpu/core`. It focuses on explicit WebGPU-style control: create pipelines, encode standalone render passes, or build one frame command encoder with multiple user-ordered passes.
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vgpu/render",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"description": "Render pipeline + render pass abstractions for vgpu.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webgpu",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
],
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"wgpu-matrix": "^3.4.2",
|
|
65
|
-
"@vgpu/core": "0.0.
|
|
65
|
+
"@vgpu/core": "0.0.8"
|
|
66
66
|
},
|
|
67
67
|
"vgpuExportBundleBudgetsGzipBytes": {
|
|
68
68
|
".": 49152,
|