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
 


Beginning Programming All-in-One For Dummies

Author: Wallace Wang
Publisher: For Dummies
Pages: 800
ISBN: 978-1119884408
Print: 1119884403
Kindle: B0B1BLY87B
Audience: Novice programmers
Rating: 3
Reviewer: Kay Ewbank

This is a collection of seven shorter books introducing key aspects of programming, but it fails through trying to cover too [ ... ]



Go Programming In Easy Steps

Author: Mike McGrath
Publisher: In Easy Steps
Date: January 2021
Pages: 192
ISBN: 978-1840789195
Print: 1840789190
Kindle: B08NF958NM
Audience: Non-programmers wanting to learn to code in Go
Rating: 5
Reviewer: Mike James
Getting going with Go - great idea!


More Reviews