Skip to content

Renderer Misc

Lin edited this page Feb 22, 2017 · 1 revision

3 Types of command (From Stingray)

  • State commands - Commands affecting the state of the rendering pipeline (e.g render target bindings, viewports, scissoring, etc) + some miscellaneous commands.
  • Rendering commands - Commands used to trigger draw calls and compute work on the GPU.
  • Resource update commands - Commands for updating GPU resources.

Clone this wiki locally