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
{{ message }}
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.
panic: PanicInfo { payload: Any { .. }, message: Some(wgpu error: Validation Error
Caused by:
In a RenderPass
note: encoder = `Encoder: "render texture 1"`
In a pass parameter
note: command buffer = `Encoder: "render texture 1"`
Attempted to use a texture (mips 0..1 layers 0..1) with conflicting usages. Current usage RESOURCE and new usage COLOR_TARGET. COLOR_TARGET is an exclusive usage and cannot be used with any otherusages within the usage scope (renderpass or compute dispatch).
), location: Location { file: "/home/clay/.cargo/registry/src/github.com-1ecc6299db9ec823/wgpu-0.14.2/src/backend/direct.rs", line: 2403, col: 5 }, can_unwind: true }
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: