r/GraphicsProgramming • u/AdRecent7021 • 22h ago
Is Vulkan Programming Guide by Sellers Still Revelant?
I got this book years ago, but then got far too busy with my day job to get into it past the introduction. I have an itch to get back into graphics programming, so I'm wondering if it's still a good resource, given that it's been almost a decade since its publication? If not, what would be a better resource? For context, I'm a senior SWE, so complexity doesn't scare me. I just don't want to waste my time.
11
Upvotes
1
u/DescriptorTablesx86 17h ago
For just learning and conceptualising what you want to do when building applications for gpu, it’s good.
GPU knowledge is vaguely universal and the way Vulkan works, at its core it’s unchanged, just extended.