You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SG_VERTEXFORMAT_HALF3 is not defined in sg_vertex_format but is used in webgpu backend in _sg_wgpu_vertexformat function
you probably meant SG_VERTEXFORMAT_HALF4, but it would be nice if SG_VERTEXFORMAT_HALF3 existed
The text was updated successfully, but these errors were encountered:
Btw, don't use the WebGPU backend in master, it's incomplete and broken. I'm currently working on 'final' WebGPU support in the sgfx-wgpu branch (you can follow this PR to get an idea how close to merge this is: #865)
SG_VERTEXFORMAT_HALF3 is not defined in sg_vertex_format but is used in webgpu backend in _sg_wgpu_vertexformat function
you probably meant SG_VERTEXFORMAT_HALF4, but it would be nice if SG_VERTEXFORMAT_HALF3 existed
The text was updated successfully, but these errors were encountered: