vulkan
vulkan copied to clipboard
Memory Leak of cgo
The memory viewing with pprof is very small.
@boobusy is it a false alarm?
@xlab The use of PresentMode = vk.PresentModeImmediate Memory growth is fast.
maybe try "github.com/cannibalvox/cgoparam" Memory allocator.
@boobusy good idea, although I think this would beg for a full rewrite for my cgo generator xD
I stumbled upon this on my Linux machine as well, with PresentMode = vk.PresentModeImmediate
you can observe the memory growing very quickly.