Mai
Mai
Right now, almost every feature is in the `commands` package, which makes its name misleading. we should rename it to `features`, and delete packages like `routines`, and instead have their...
`VK_EXT_validation_features` was [deprecated last year](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_EXT_validation_features.html#_deprecation_by_vk_ext_layer_settings), in favor of `VK_EXT_layer_settings`. Is there any plan to support it?
### Thank you for the bug report - [x] I am using the latest version of `lsp-mode` related packages. - [x] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https://emacs-lsp.github.io/lsp-mode/page/troubleshooting/) sections - [ ]...
says: > The texture format of the swap chain. The only formats that are guaranteed are [`TextureFormat::Bgra8Unorm`] and [`TextureFormat::Bgra8UnormSrgb`]. but the WebGPU spec () says: > Note: Canvas configuration cannot...
See https://gpuweb.github.io/gpuweb/#gpucanvasalphamode
Enabling Type-Inference and a limited form of Type-Checking in Dynamically (or rather, "Partially") typed code would have many benefits, such as improved LSP experience, catching errors like the one described...