Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

OpenGL Superbible: Comprehensive Tutorial and Reference (Sams Teach Yourself -- Hours) [Repost]

Posted By: mapusi
OpenGL Superbible: Comprehensive Tutorial and Reference (Sams Teach Yourself -- Hours) [Repost]

OpenGL Superbible: Comprehensive Tutorial and Reference (Sams Teach Yourself – Hours) by Graham Sellers
English | 21 July 2015 | ISBN: 0672337479 | 880 Pages | EPUB | 21.1 MB

OpenGL® SuperBible, Seventh Edition, is the definitive programmer’s guide, tutorial, and reference for OpenGL 4.5, the world’s leading 3D API for real-time computer graphics. The best introduction for any developer, it clearly explains OpenGL’s newest APIs; key extensions; shaders; and essential, related concepts. You’ll find up-to-date, hands-on guidance for all facets of modern OpenGL development—both desktop and mobile.



The authors explain what OpenGL does, how it connects to the graphics pipeline, and how it manages huge datasets to deliver compelling experiences. Step by step, they present increasingly sophisticated techniques, illuminating key concepts with worked examples. They introduce OpenGL on several popular platforms, and offer up-to-date best practices and performance advice.



This revised and updated edition introduces many new OpenGL 4.5 features, including important ARB and KHR extensions that are now part of the standard. It thoroughly covers the latest Approaching Zero Driver Overhead (AZDO) performance features, and demonstrates key enhancements with new example applications.



Coverage includes

A practical introduction to real-time 3D graphics, including foundational math
Core techniques for rendering, transformations, and texturing
Shaders and the OpenGL Shading Language (GLSL) in depth
Vertex processing, drawing commands, primitives, fragments, and framebuffers
Compute shaders: harnessing graphics cards for more than graphics
Pipeline monitoring and control
Managing, loading, and arbitrating access to data
Building larger applications and deploying them across platforms
Advanced rendering: light simulation, artistic and non-photorealistic effects, and more
Reducing CPU overhead and analyzing GPU behavior
Supercharging performance with persistent maps, bindless textures, and fine-grained synchronization
Preventing and debugging errors
New applications: texture compression, text drawing, font rendering with distance fields, high-quality texture filtering, and OpenMP