Dzmitry Malyshau
Dzmitry Malyshau
Thank you for filing! Summoning our SPIR-V expects @JCapucho and @jimblandy
Var is replacing the old tuple of `(index, is_pointer)` with `{ index, pointer_owner }`. The `pointer_owner` is `Some(owner_index)` if this value is a pointer pointing to some global binding. So,...
Checking the support for WebGPU compat: - OpenGL ES3: requires `EXT_texture_border_clamp`, which is reported on 41% cases - OpenGL desktop: supported - D3D11: supported So it doesn't look too bad,...
On one hand, we can augment the selection of the physical GPU by trying to create a fake window and presenting on it. This would rule out the NVidia GPU...
Let me clarify. You posted results from running `vkcube` (the standard Vulkan sample) on the NVidia GPU: ``` vkcube --wsi wayland --gpu_number 0 Selected GPU 0: NVIDIA GeForce RTX 4050...