@vgpu/adapter-mock 0.0.6 → 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/adapter-mock
|
|
2
2
|
|
|
3
|
-
> 0.0.
|
|
3
|
+
> 0.0.8 — early preview
|
|
4
4
|
|
|
5
5
|
`@vgpu/adapter-mock` provides a `VGPUAdapter` implementation for tests, snapshots, and development workflows where you want the vgpu API surface without a real GPU backend. It pairs well with `App.create()` from `@vgpu/core` and supports the same high-level device, buffer, and texture flows used in fast unit tests across the repository.
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vgpu/adapter-mock",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"description": "Mock GPU adapter for testing vgpu code without real WebGPU hardware.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webgpu",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"LICENSE"
|
|
41
41
|
],
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@vgpu/core": "0.0.
|
|
43
|
+
"@vgpu/core": "0.0.8"
|
|
44
44
|
},
|
|
45
45
|
"vgpuBundleBudgetGzipBytes": 20480,
|
|
46
46
|
"scripts": {
|