Vulkan 1.2
khronos.org
Vulkan 1.2
1–10 of 45 posts
Re: Vulkan 1.2
#2Good idea too. Make it clear that they are doing things differently.
Re: Vulkan 1.2
#3In case anyone isn't keeping up this is basically the next generation of OpenGl, but they've made enough changes to justify a new name. Good idea too. Make it clear that they are doing things differently.
Re: Vulkan 1.2
#4Talk by the same guy at GDC about porting Doom 3 to Vulkan and Stadia: https://stadia.dev/intl/en/blog/gdc-2019-session:first-light...
Re: Vulkan 1.2
#5Re: Vulkan 1.2
#6In case anyone isn't keeping up this is basically the next generation of OpenGl, but they've made enough changes to justify a new name. Good idea too. Make it clear that they are doing things differently.
...not talking about the idea to first test out new ideas in vendor-specific extensions, and then elevate them to the core, this is definitely a good idea - but about stacking new stuff on the previous API version, this approach is what turned OpenGL into the heap of accumulated cruft it is today.
Direct3D instead was a new API with each new major version, which in the beginning sounded insane, but turned out the better decision in the end because that made it possible to discard the cruft (the crucial part is that old API versions are frozen but still supported).
Re: Vulkan 1.2
#7Does Vulkan have an answer to DirectX Raytracing?
https://www.khronos.org/registry/vulkan/specs/1.2-extensions...
I guess this will first be elevated to a vendor-neutral extension and (I guess) eventually will move into the core API.
Re: Vulkan 1.2
#8Re: Vulkan 1.2
#9The returns will diminish to the point that porting or developing on new APIs does not pay for itself.
I know both Jonathan Blow and Godot are clear signs that I'm wrong, but I guess we'll just have to wait and see.
Until then I have my engine running on Win/x86 and the Pi 4 at good performance with minimal effort.
Which is good; simple software will live forever.
Re: Vulkan 1.2
#10In case anyone isn't keeping up this is basically the next generation of OpenGl, but they've made enough changes to justify a new name. Good idea too. Make it clear that they are doing things differently.
I don't think that is a suitable way to refer to Vulkan. It's much more low-level than OpenGL.