mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
b0bf790a1710e32a6e17ca87daf457bba651cba5
823: Fix crash-on-resize in skybox example r=kvark a=danwilhelm Problem: Skybox example currently crashes on resize. - Solution: Now, recreates depth texture on resize event. --- Problem: Shadow example currently duplicates texture creation code on resize. - Solution: Now, shadow is refactored identically to skybox & water examples -- minimizes code duplication, makes examples more similar. Co-authored-by: Dan Wilhelm <dan@danwilhelm.com>
Description
No description provided
Languages
Rust
79.9%
WGSL
16.2%
HLSL
2%
GLSL
1.7%
JavaScript
0.2%