Vulkan Go: A Modern Memory Allocator

Brian M. Anderson
8 min readNov 4, 2022

One of the great things I’ve discovered about Vulkan is the fine grained control we get of how we distribute and access memory in terms of the CPU and GPU. We really get in terms of development, the ultimate freedom to deliver performance and unique solutions to our GPU powered applications. If you’ve encountered any of my previous articles you’ll know that I’ve been more or less resigned to developing GoLang applications…

--

--