Examples: Emscripten+WebGPU: Fix for latest spec rename of WGPURenderPassColorAttachment::clearColor to ::clearValue (#3632)

This commit is contained in:
ocornut
2022-04-22 20:38:59 +02:00
parent b5b704d376
commit 04689979b4
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ Other Changes:
- Backends: SDL: Added support for extra mouse buttons (SDL_BUTTON_X1/SDL_BUTTON_X2). (#5125) [@sgiurgiu]
- Backends: SDL, OpenGL3: Fixes to facilitate building on AmigaOS4. (#5190) [@afxgroup]
- Backends: OSX: Monitor NSKeyUp events to catch missing keyUp for key when user press Cmd + key (#5128) [@thedmd]
- Examples: Emscripten: Fix building for latest Emscripten specs. (#3632)
- Examples: Emscripten+WebGPU: Fix building for latest WebGPU specs. (#3632)
-----------------------------------------------------------------------