Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.06 KB

index.md

File metadata and controls

15 lines (12 loc) · 1.06 KB
layout title permalink
page
Scene Graph
/scenegraph/

Currently being written.

At the heart of the VulkanSceneGraph is classes that make up the scene graph, all the classes and features discused in the Foundations chapter provide the base from which these scene graph classes are built, and the subsequent Application chapter will provide the higher level integration to present the scene graph. This chapter will walk readers through the internal nodes of the scene graph, the commands that are recorded in Vulkan command buffers to do the work on the GPU, and the state that is used by those commands.

  1. Nodes - internal nodes of the scene graph
  2. Commands - Vulkan commands for operations on the GPU such as draw and compute
  3. State - Vulkan state for setting data and programs on the GPU such as shaders, textures, uniforms
  4. Mesh Shaders - Vulkan mesh shader extensions nodes
  5. Ray Tracing - Vulkan ray tracing extensions nodes