From c347df8fa8821886641cf0b6c87d20a9ff389cbd Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Sun, 11 Nov 2018 17:10:24 -0800 Subject: [PATCH] Update README.md Add day 12 video --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 07e920e..9a520a9 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Playlist: https://www.youtube.com/playlist?list=PL0JVLUVCkk-l7CWCn3-cdftR0oajugY 9. Tuning mesh shading pipeline for performance: https://youtu.be/snZkA4D_qjU 10. Depth buffer, perspective projection, 3D transforms and multi draw indirect: https://youtu.be/y4WOsAaXLh0 11. Multiple meshes and GPU frustum culling: https://youtu.be/NGGzk4Fi2iU +12. Draw call compaction using KHR_draw_indirect_count and LOD support: https://youtu.be/IYRgDcnJJ2I # Issues