nat3
nat3
 to reproduce on windows 10: add .height = 300, i.e. in the triangle example error log: Segmentation fault at address 0x68 C:\Users\E-zoc\AppData\Local\zig\p\122092af23a9e9346b15032fc6ff896630a3729209f36efa1e7881363c3342303eca\src\core\Windows.zig:340:47: 0x7ff7dee4001d in wndProc (weather_screensaver.exe.obj) core_window.swap_chain.release(); ^ ???:?:?:...
because im writing zig i will write pseudocode: this works: ma_encoder_init_file(...) ma_encoder_uninit(...) this segfaults: ma_encoder_init_file(...) some_allocator_allocate_some_bytes() ma_encoder_uninit(...) some_allocator_free_some_bytes() errors with a segfault which i will attach here after. Q: does...
- on latest version / macos / metal - i searched issues in the wgpu repo - it seems like this came up in some issues - im hoping update...