wgpu-rs Questions
1
Solved
When I try to make a wgpu surface I get this error:
error[E0277]: the trait bound `Window: raw_window_handle::HasRawDisplayHandle` is not satisfied
--> src/lib.rs:34:56
|
34 | let surfac...
1
I'm currently working in wgpu in order to reap the efficiency benefits over OpenGl. A common pattern in my previous graphics code is to draw many meshes with separate buffers, separate uniform data...
Buckhound asked 30/8, 2020 at 23:36
1
Solved
I'm trying write a WGSL shader that reads an octree that is stored in a storage buffer. The problem is, the compiler doesn't like the dynamic index I'm calculating to access leaves in the storage b...
1
© 2022 - 2024 — McMap. All rights reserved.