Thank you for the tip. I managed to make it work I guess I need some shadows now.
It works with Opengl but crash with vulkan. Something wrong with shader but it is hard to findā¦
Thank you for the tip. I managed to make it work I guess I need some shadows now.
It works with Opengl but crash with vulkan. Something wrong with shader but it is hard to findā¦
Seems like you are using imgui? I donāt think the extension supports that
Yes, I add the dependency and I forgot to remove it, sorry But I really got a shader related error, I share it tomorrow.
This was the actual error. Iām going to rewrite this small shader for the new pipeline anyway. Old OpenGL is very forgiving, so I might catch this error while rewriting. But of course, it would be better if it didnāt crash.
I donāt think the new pipeline can catch this error (yet), we need to link shader stages together to generate a single module that then can be optimized. Itās on my list but need to roll this out in steps