shader-slang / slang-rhi

Slang Render Hardware Interface
Other
25 stars 7 forks source link

Propagate wsgl compilation errors #96

Closed cheneym2 closed 3 weeks ago

cheneym2 commented 3 weeks ago

wgpuDeviceCreateShaderModule reports errors via a callback. Previously, the callback only printed the error, but now, the error can be read back and used to report SLANG_FAIL from createShaderModule.

Work on Issue 5291