You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug only happens in WebGPU backend, D3D11/12/Vulkan works.
WebGPU validation error:
Diligent Engine: ERROR: WebGPU: Command cannot be recorded while [CommandEncoder (unlabeled)] is locked and [ComputePassEncoder (unlabeled)] is currently open.
- While encoding [CommandEncoder (unlabeled)].PopDebugGroup().
Problem
Bug only happens in WebGPU backend, D3D11/12/Vulkan works.
WebGPU validation error:
Diligent Engine: ERROR: WebGPU: Command cannot be recorded while [CommandEncoder (unlabeled)] is locked and [ComputePassEncoder (unlabeled)] is currently open. - While encoding [CommandEncoder (unlabeled)].PopDebugGroup().
Environment
Diligent Engine: newest master branch
OS: Win11 24H2
Hardware: Ryzen AI9 370HX, RTX 4060 Laptop.
Sample to re-produce:
wgpu_dbgrp.zip
Simplified sample: a
DispatchCompute
, follows by twoDraw
.The text was updated successfully, but these errors were encountered: