Hello,
I am developing simple 2D GUI apps (simple buttons, sliders etc) on MS Windows 11
I think Direct2D offers API’s for this (drawing rectangles, lines, text strings, image files)
Of course, MS Windows GDI has such functions but Direct2D is much better
(JUCE API’s are such a GUI tool using Direct2D)
Then, does Vulkan offer such functions like those Direct2D offers?
Thank you