RequiemSouls
RequiemSouls
the same issue when I just move the cursor use hjkl. I use (cc +lsp) lsp client is eglot. disable eglot can't make the speed change.
Thanks for you replay. Understood, I should be to specify arch within the projects that use luamake. The original reason for this PR was to provide support for macOS x86...
https://github.com/RequiemSouls/ant/commit/104cdeb33b6ade302afac48ef36a7be96cb2e2e1 like this
 我在ubuntu22.04上跑了下这个pr,debug下面运行会出现错误`Mismatching image layout. Texture currently used as a framebuffer attachment?`,release效果看起来跟 @fangyidong 运行的一致,模型显示是黑色的。 经过尝试发现,在关闭了bloom效果之后,debug运行不再报错了,猜测是不是bloom的实现里把frameBuffer中attachment的texture拿出来作普通的贴图渲染了,导致layout对应不上。 但是在关闭了bloom效果之后模型显示效果和上面的一样,还是黑色的,应该还有别的问题存在。
改成你这种写法,确实优雅一点 > ```lua > linux = { > defines = { > "_GNU_SOURCE" > } > } > ```