I want to create a temporary array of type float4 and the size is no less than 35,937 without splitting.
basically what I am doing is I want to do some computation and output it in a temp buffer then do some computation using the temp maybe one or two times then return the result
so in short I am stuck on creating this temp array
I cant create RW buffer in the shader and i tried use dcl_indexableTemp but its not recognized