Vulkan Programming Guide (Addison Wesley)
Wednesday, 21 December 2016

This is the official guide to learning Vulkan, the OpenGL specification, written by Vulkan API lead Graham Sellers, with contributions from the Vulkan language lead John Kessenich. The book introduces the portable Vulkan API and the new SPIR-V shading language making use of many examples.

<ASIN:0134464540>

Vulkan is the next generation of the OpenGL specification, and it has been completely redesigned to give applications direct control over GPU acceleration. Topics covered range from drawing to memory, and threading to compute shaders. Tasks such as synchronization, scheduling, and memory management are discussed in detail. The book introduces 3D development techniques for a number of areas including video games and more general imaging.

Authors: Graham Sellers and John Kessenich
Publisher: Addison Wesley
Date: November 2016
Pages: 480
ISBN: 978-0134464541
Print: 0134464540
Kindle: B01MXGZR73
Audience: OpenGL developers
Level: advanced
Category: Graphics & Games

 

  • 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

Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.

To have new titles included in Book Watch contact  BookWatch@i-programmer.info

Banner
 


Machine Learning For Dummies, 2e (Wiley)

Author: John Paul Mueller
Publisher: For Dummies
Date: January 2021
Pages: 464
ISBN: 978-1119724018
Print: 1119724015
Kindle: B08SZHJGJW
Audience: General, but not too dumb
Rating: 4
Reviewer: Mike James
Dummies probably need machine learning to cope...



Learn Enough Python to Be Dangerous (Pearson)

Author: Michael Hartl
Publisher: Addison-Wesley
Date: June 2023
Pages: 448
ISBN: 978-0138050955
Print: 0138050953
Kindle: ‎ B0C4VCSD1G
Audience: Python
Rating: 2
Reviewer: Ian Elliot
Learning Python is a great idea but "enough to be dangerous"?


More Reviews