William Hou
William Hou
I tried doing removing the separator for tabline: ```lua tabline = { lualine_a = { { "tabs", separator = "", mode = 2, path = 0, }, }, }, ```...
I think `wgpuInstanceProcessEvents(instance)` has to be called to fire the callback. So could put that in the main loop, or u could block with a loop right after with a...
yeah my bad, i mean that u could put a blocking loop after the submit, so it can wait for the submit command to finish. or u could just put...
Yes so you have to put the blocking loop after the queuesubmit function. The point of the blocking loop is to busy wait (block the thread and wait) for the...
no problem, I think u can keep the issue open though because this should probably be mentioned in the tutorial