webgl2 1.1.6 → 1.1.7
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/coverage.md +7 -7
- package/daebug.md +4 -2
- package/package.json +1 -1
- package/webgl2.debug.wasm +0 -0
- package/webgl2.wasm +0 -0
package/coverage.md
CHANGED
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
| src/naga_wasm_backend/backend.rs | 45 | 1 | 46 | 97.83% 🟢 |
|
|
9
9
|
| src/naga_wasm_backend/control_flow.rs | 24 | 11 | 35 | 68.57% 🟡 |
|
|
10
10
|
| src/naga_wasm_backend/debug/stub.rs | 20 | 0 | 20 | 100.00% 🟢 |
|
|
11
|
-
| src/naga_wasm_backend/expressions.rs |
|
|
11
|
+
| src/naga_wasm_backend/expressions.rs | 32 | 14 | 46 | 69.57% 🟡 |
|
|
12
12
|
| src/naga_wasm_backend/types.rs | 6 | 0 | 6 | 100.00% 🟢 |
|
|
13
13
|
| src/wasm_gl_emu/framebuffer.rs | 1 | 0 | 1 | 100.00% 🟢 |
|
|
14
14
|
| src/wasm_gl_emu/rasterizer.rs | 15 | 0 | 15 | 100.00% 🟢 |
|
|
15
|
-
| src/webgl2_context/buffers.rs | 15 |
|
|
15
|
+
| src/webgl2_context/buffers.rs | 15 | 1 | 16 | 93.75% 🟢 |
|
|
16
16
|
| src/webgl2_context/drawing.rs | 29 | 4 | 33 | 87.88% 🟢 |
|
|
17
17
|
| src/webgl2_context/framebuffers.rs | 7 | 0 | 7 | 100.00% 🟢 |
|
|
18
18
|
| src/webgl2_context/registry.rs | 5 | 0 | 5 | 100.00% 🟢 |
|
|
@@ -22,15 +22,15 @@
|
|
|
22
22
|
| src/webgl2_context/textures.rs | 10 | 0 | 10 | 100.00% 🟢 |
|
|
23
23
|
| src/webgl2_context/types.rs | 9 | 1 | 10 | 90.00% 🟢 |
|
|
24
24
|
| src/webgl2_context/vaos.rs | 36 | 0 | 36 | 100.00% 🟢 |
|
|
25
|
-
| src/webgpu/adapter.rs |
|
|
26
|
-
| src/webgpu/backend.rs |
|
|
27
|
-
| **Total** | **
|
|
25
|
+
| src/webgpu/adapter.rs | 2 | 0 | 2 | 100.00% 🟢 |
|
|
26
|
+
| src/webgpu/backend.rs | 24 | 26 | 50 | 48.00% 🟠 |
|
|
27
|
+
| **Total** | **484** | **95** | **579** | **83.59% 🟢** |
|
|
28
28
|
|
|
29
29
|
## Top Missed Files
|
|
30
30
|
|
|
31
31
|
| File | Lines Missed | Illustrative Line | Coverage |
|
|
32
32
|
|---|---|---|---|
|
|
33
33
|
| src/lib.rs | 31/141 | [516] `/// Set uniform 3f.` | 78.01% 🟡 |
|
|
34
|
-
| src/webgpu/backend.rs |
|
|
35
|
-
| src/naga_wasm_backend/expressions.rs |
|
|
34
|
+
| src/webgpu/backend.rs | 26/50 | [919] `}` | 48.00% 🟠 |
|
|
35
|
+
| src/naga_wasm_backend/expressions.rs | 14/46 | [11] `pub fn is_integer_type(type_inner: &TypeInner) -> bool {` | 69.57% 🟡 |
|
|
36
36
|
| src/naga_wasm_backend/control_flow.rs | 11/35 | [171] `for i in (0..types.len()).rev() {` | 68.57% 🟡 |
|
package/daebug.md
CHANGED
|
@@ -6,8 +6,10 @@ This file tracks all active debugging sessions. Each entry represents a connecte
|
|
|
6
6
|
|
|
7
7
|
## Active Sessions
|
|
8
8
|
|
|
9
|
-
* [
|
|
10
|
-
* [
|
|
9
|
+
* [7-glow-2352-55-webworker](daebug/7-glow-2352-55-webworker.md) (worker://7-glow-2352-55-webworker) at 23:52:55: live
|
|
10
|
+
* [7-glow-2352-55](daebug/7-glow-2352-55.md) (http://localhost:8702/) at 23:52:55: live
|
|
11
|
+
* [6-moss-1008-56](daebug/6-moss-1008-56.md) (http://localhost:8702/) at 23:42:57: live
|
|
12
|
+
* [6-moss-1008-56-webworker](daebug/6-moss-1008-56-webworker.md) (worker://6-moss-1008-56-webworker) at 14:10:46: live
|
|
11
13
|
|
|
12
14
|
|
|
13
15
|
## How to Use
|
package/package.json
CHANGED
package/webgl2.debug.wasm
CHANGED
|
Binary file
|
package/webgl2.wasm
CHANGED
|
Binary file
|