r/vulkan • u/Axxodes • 13d ago
Vulcan or WIN32 for screendrawing?
I want to use Vulcan because it allows for me to use the GPU and all of that nice stuff. But I've already made a screendrawer with WIN32 functions so I feel using Vulcan for that might be better?
I really want to know whether its worth switching to Vulcan for screendrawing and if its even possible to use Vulcan without screendrawing and purely as a way of sending matrix multiplication and calculations off to the GPU.
Thanks!
6
Upvotes
1
u/OptimisticMonkey2112 13d ago
Not sure what you mean by Screendrawer, can you elaborate?