Fix tests.

This commit is contained in:
2025-09-13 22:02:44 +02:00
parent 622ce388fa
commit d5476b54d7
5 changed files with 290 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
scope (global) [
[vertex__vs_main] : ()
scope (vertex__vs_main) [
[v2] : float2
[v4] : float4
[v3] : float3
[p] : float
[m] : float4x4
[q] : float
]
]