CppCon 2017: Nicolas Guillemot “Design Patterns for Low-Level Real-Time Rendering”

— Presentation Slides, PDFs, Source Code and other presenter materials are available at: — In recent years, the GPU graphics community has seen the introduction of many new GPU programming APIs like Khronos’ Vulkan, Microsoft’s Direct3D 12, and Apple’s Metal. These APIs present much more control of GPU hardware, but bring with them a great increase in complexity. We need to rethink the way we do graphics programming to take advantage of new features, wh
Back to Top