DiligentGraphics/DiligentCore

Emscripten `ClearRenderTarget()` issue

Closed this issue · 2 comments

It seems this API accepts float RGBA, while the RTV could be in integral format...
WebGL complains about calling the float version API on integral texture backed render target.
Not sure what's the "correct" way to fix this...

seems duplicate of #287, sorry.

Duplicate of #287