Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
  • 1
    ISBN: 9780134495514 , 0134495519
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: Ninth edition.
    Keywords: OpenGL ; Computer graphics ; Electronic books ; Electronic books ; local
    Abstract: Complete Coverage of OpenGL® 4.5-the Latest Version (Includes 4.5, 4.4, SPIR-V, and Extensions) The latest version of today's leading worldwide standard for computer graphics, OpenGL 4.5 delivers significant improvements in application efficiency, flexibility, and performance. OpenGL 4.5 is an exceptionally mature and robust platform for programming high-quality computer-generated images and interactive applications using 2D and 3D objects, color images, and shaders. OpenGL® Programming Guide, Ninth Edition, presents definitive, comprehensive information on OpenGL 4.5, 4.4, SPIR-V, OpenGL extensions, and the OpenGL Shading Language. It will serve you for as long as you write or maintain OpenGL code. This edition of the best-selling "Red Book" fully integrates shader techniques alongside classic, function-centric approaches, and contains extensive code examples that demonstrate modern techniques. Starting with the fundamentals, its wide-ranging coverage includes drawing, color, pixels, fragments, transformations, textures, framebuffers, light and shadow, and memory techniques for advanced rendering and nongraphical applications. It also offers discussions of all shader stages, including thorough explorations of tessellation, geometric, and compute shaders. New coverage in this edition includes Thorough coverage of OpenGL 4.5 Direct State Access (DSA), which overhauls the OpenGL programming model and how applications access objects Deeper discussions and more examples of shader functionality and GPU processing, reflecting industry trends to move functionality onto graphics processors Demonstrations and examples of key features based on community feedback and suggestions Updated appendixes covering the latest OpenGL libraries, related APIs, functions, variables, formats, and debugging and profiling techniques
    Note: "The Khronos OpenGL ARB Working Group"--Cover. - Includes bibliographical references and index. - Description based on online resource; title from title page (viewed July 22, 2016)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    ISBN: 9780134464701 , 0134464702
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Computer graphics ; Computer drawing ; Computer interfaces ; Electronic books ; Electronic books ; local
    Abstract: The Definitive Vulkan™ Developer's Guide and Reference: Master the Next-Generation Specification for Cross-Platform Graphics The next generation of the OpenGL specification, Vulkan, has been redesigned from the ground up, giving applications direct control over GPU acceleration for unprecedented performance and predictability. Vulkan™ Programming Guide is the essential, authoritative reference to this new standard for experienced graphics programmers in all Vulkan environments. Vulkan API lead Graham Sellers (with contributions from language lead John Kessenich) presents example-rich introductions to the portable Vulkan API and the new SPIR-V shading language. The author introduces Vulkan, its goals, and the key concepts framing its API, and presents a complex rendering system that demonstrates both Vulkan's uniqueness and its exceptional power. You'll find authoritative coverage of topics ranging from drawing to memory, and threading to compute shaders. The author especially shows how to handle tasks such as synchronization, scheduling, and memory management that are now the developer's responsibility. Vulkan™ Programming Guide introduces powerful 3D development techniques for fields ranging from video games to medical imaging, and state-of-the-art approaches to solving challenging scientific compute problems. Whether you're upgrading from OpenGL or moving to open-standard graphics APIs for the first time, this guide will help you get the results and performance you're looking for. Coverage includes Extensively tested code examples to demonstrate Vulkan's capabilities and show how it differs from OpenGL Expert guidance on getting started and working with Vulkan's new memory system Thorough discussion of queues, commands, moving data, and presentation Full explanations of the SPIR-V binary shading language and compute/graphics pipelines Detailed discussions of drawing commands, geometry and fragment processing, synchronization primitives, and reading Vulkan data into applications A complete case study application: deferred rendering using complex multi-pass architecture and multiple processing queues Appendixes presenting Vulkan functions and SPIR-V opcodes, as well as a complete Vulkan glossary
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed November 15, 2016)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    ISBN: 9780134193120 , 0134193121
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: Seventh edition.
    Parallel Title: Erscheint auch als
    Keywords: OpenGL ; Computer graphics ; Electronic books ; Electronic books ; local
    Abstract: 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 Bonus material and sample code are available at openglsuperbible.com.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    ISBN: 9780133365023 , 0133365026
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Edition: 6th ed.
    Series Statement: OpenGL series
    Parallel Title: Erscheint auch als
    Keywords: OpenGL ; Computer graphics ; Electronic books ; Electronic books ; local
    Abstract: OpenGL® SuperBible, Sixth Edition, is the definitive programmer's guide, tutorial, and reference for the world's leading 3D API for real-time computer graphics, OpenGL 4.3. The best all-around introduction to OpenGL for developers at all levels of experience, it clearly explains both the newest API and indispensable related concepts. You'll find up-to-date, hands-on guidance for all facets of modern OpenGL development on both desktop and mobile platforms, including transformations, texture mapping, shaders, buffers, geometry management, and much more. Extensively revised, this edition presents many new OpenGL 4.3 features, including compute shaders, texture views, indirect draws, and enhanced API debugging. It has been reorganized to focus more tightly on the API, to cover the entire pipeline earlier, and to help you thoroughly understand the interactions between OpenGL and graphics hardware. Coverage includes A practical introduction to the essentials of realtime 3D graphics Core OpenGL 4.3 techniques for rendering, transformations, and texturing Foundational math for creating interesting 3D graphics with OpenGL Writing your own shaders, with examples to get you started Cross-platform OpenGL, including essential platform-specific API initialization material for Linux, OS X, and Windows Vertex processing, drawing commands, primitive processing, fragments, and framebuffers Using compute shaders to harness today's graphics cards for more than graphics Monitoring and controlling the OpenGL graphics pipeline Advanced rendering: light simulation, artistic and non-photo-realistic rendering, and deferred shading Modern OpenGL debugging and performance optimization Bonus material and sample code are available from the companion Web site, openglsuperbible.com.
    Note: Includes bibliographical references and index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...