Moved the WebGPU code off of "std140" and onto gpu-uniforms.

This commit is contained in:
Rezmason
2021-11-08 02:23:33 -08:00
parent 8f226be368
commit 61a3a6d783
10 changed files with 82 additions and 202 deletions

View File

@@ -10,9 +10,9 @@ WebGPU
Try to change post processing to compute shaders once they're easier to support
buffer-stuffer (was "std140")
gpu-uniforms (was "std140")
Resolve the memory positions of the fields in the parse layouts
Resolve each layout into a Proxy around an ArrayBuffer
Resolve each layout into a Proxy around an ArrayBuffer and three mapped typedarrays
Document and share it