maxxnino
maxxnino
I'm using wgpu-native in [zig](https://github.com/maxxnino/wgpu-z). and I noticed only some resource have destroyed function (Buffer, Texture, Device...). And many thing don't have destroy such as CommandBuffer, RenderpassEncoder, CommandEncoder. But they...
If a language doesn't support by neovim, but tree sitter does. The Italic comment not working. https://github.com/LunarVim/Colorschemes/blob/c2f580b383c4518c21997c67353c6d3653d0f059/lua/darkplus/Treesitter.lua#L2
I attempted to create a shared library, but encountered an error when running `zig build`. I’m currently using `Windows 11` and `zig version 0.12.0-dev.3212+40e64245f`. ``` zig build install └─ install...