TFeast
Results
2
issues of
TFeast
I'm add a parameter for TexImage2DAsync() and test,It's throw a error : "Failed to execute 'texImage2D' on 'WebGLRenderingContext': parameter 9 is not of type 'ArrayBufferView'" var tempdata = new byte[3]...
Failed to execute 'texImage2D' on 'WebGLRenderingContext': Valid arities are: [6, 9], but 8 arguments provided ``` uint[] tempData = new uint[4]{ 255, 255, 255,255 } ; var texture = await...