diff options
Diffstat (limited to 'log.txt')
| -rw-r--r-- | log.txt | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -0,0 +1,23 @@ + +thread '<unnamed>' (15208210) panicked at src/lib.rs:606:5: +Error in wgpuQueueSubmit: Validation Error + +Caused by: + In a draw command, kind: Draw + Buffer is bound with size 24 where the shader expects 32 in group[0] compact index 0 + +note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace +fatal runtime error: failed to initiate panic, error 5, aborting +[GraphicsT=0.23, AudioT=0.13, Beat=0, Frac=0.26, Peak=1.00] +[SEQUENCE START] priority=0, start_time=0.00 + [EFFECT START] 15FlashCubeEffect (priority=-1, time=0.20-1.50) + [EFFECT START] 11FlashEffect (priority=0, time=0.00-1.00) + [EFFECT START] 10FadeEffect (priority=1, time=0.10-1.00) + [EFFECT START] 14SolarizeEffect (priority=2, time=0.00-2.00) +WebGPU Error: Validation Error + +Caused by: + In wgpuCommandEncoderFinish + In a draw command, kind: Draw + Buffer is bound with size 24 where the shader expects 32 in group[0] compact index 0 + |
