Indirect Rendering // Intermediate OpenGL Series

Опубликовано: 03 Апрель 2025
на канале: OGLDEV
7,979
321

In this video we learn how to implement indirect rendering in OpenGL using glMultiDrawElementsIndirect. This is part of a short subseries on the AZDO (Approaching Zero Driver Overhead) technique.

🔥 See the list of the books that I'm using as background information for my tutorials: https://ogldev.org/books.html. I highly recommend them for learning more about OpenGL and Vulkan. These are affiliate links so if you use them to buy any of the books the price is the same for you and I will get a small commission (thank-you!).

📚 Timecodes 📚
0:00 Intro
0:33 Background
1:01 Assimp overview
3:22 AZDO
4:00 Multi Draw Indirect
6:38 Example of a renderer
8:18 The RenderIndirect class
12:37 Initializing RenderIndirect
17:35 glMultiDrawElementsIndirect
22:43 CoreModel integration
24:55 The Vertex Shader
29:47 Outro

🔥For more info:
🔹Watch my Assimp tutorial:    • Loading Models Using Assimp // OpenGL...  
🔹Watch my Programmable Vertex Pulling (PVP) tutorial:    • Programmable Vertex Pulling // Interm...  
🔹NVIDIA presentation on AZDO: https://www.khronos.org/assets/upload...
GDC-Mar14.pdf and https://gdcvault.com/play/1020791/App...

🔥Please visit https://ogldev.org to see more of my tutorials on modern OpenGL.

🔥Link to source:
https://github.com/emeiri/ogldev/tree...
If you want to get the same version of the code that was used in the video checkout the tag 'TUT_58_INDIRECT_RENDER'

Feel free to comment below.

🔗Contacts:
🔹Email: [email protected]
🔹Instagram: @ogldev1
🔹Github: https://github.com/emeiri/ogldev.git
🔹TikTok -   / ogldev  
🔹Twitter: @ogldev
🔹Discord:   / discord  
🔹One time donations (Paypal): https://ogldev.org/donate.html
🔹Patreon:   / ogldev  

🙏Credits:
🔹Image by OpenClipart-Vectors from https://Pixabay.com
🔹GPU Image by rwindr from https://Pixabay.com
🔹Red Dead Redemption 2 clip by ‪@DopeGameplays‬:    • Red Dead Redemption 2 Gameplay Walkth...  
🔹Black Myth Wukong clip by ‪@DopeGameplays‬:    • Black Myth Wukong - Chapter 6 | Part ...  
🔹Jumping character by https://mixamo.com
🔹Cars clip:    • Fastest car in the world in 2025 ( WO...  
🔹Usain Bolt clip:    • Usain Bolt | 100m | 9,87  
🔹Music: “Sweaty Staredown” by The Soundings

Enjoy,

Etay Meiri

#vulkan