🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Understanding Vulkan Objects from GPU Open

Started by
0 comments, last by khawk 6 years, 10 months ago

The AMD GPU Open website has posted a brief tutorial providing an overview of objects in the Vulkan API. From the article:

Quote

An important part of learning the Vulkan® API – just like any other API – is to understand what types of objects are defined in it, what they represent and how they relate to each other. To help with this, we’ve created a diagram that shows all of the Vulkan objects and some of their relationships, especially the order in which you create one from another.

Read more at http://gpuopen.com/understanding-vulkan-objects/.

Vulkan-Diagram-568x1024.png


View full story

Admin for GameDev.net.

This topic is closed to new replies.

Advertisement