Upload all my tests

- Add Count<> to AssetManager
- Initialize pCode in Shader
- Rename linearAllocator to LinearAllocator
- Add Construct and destroy to linear allocator
- Add Shader unloader (fixes atexit crash i guess)
-
This commit is contained in:
2025-11-30 21:57:01 +01:00
parent febf506a5e
commit 078af99ae5
16 changed files with 389 additions and 151 deletions

View File

@@ -16,8 +16,7 @@
.alias in_uvc v1
.alias in_col v2
.entry vmain
.proc vmain
.proc main
mov r0.xy, in_xy.xy
mov r0.w, ones