mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-18 22:29:28 -07:00
Fixed a struct layout bug. Struct layout and builder now support mixing integer and float data in a struct, and output an ArrayBuffer.
This commit is contained in:
7
TODO.txt
7
TODO.txt
@@ -2,13 +2,6 @@ TODO:
|
||||
|
||||
WebGPU
|
||||
std140
|
||||
Right now, buildStruct packs an array, which is changed to a typedarray and fed to a GPUBuffer
|
||||
That limits the type to whatever the typedarray is
|
||||
Instead, we need to represent the type of each value, and write it as such
|
||||
Create an array buffer
|
||||
Create a Float32Array view into it, and an Int32Array view
|
||||
Transcribe the values into these views
|
||||
Return the array buffer
|
||||
|
||||
|
||||
Write an explanation of the rain pass (and include images)
|
||||
|
||||
Reference in New Issue
Block a user