DiligentCore icon indicating copy to clipboard operation
DiligentCore copied to clipboard

Control the type of command lists recorded by deferred contexts

Open TheMostDiligent opened this issue 5 years ago • 0 comments

Add options to control the type of command lists being recorded by deferred contexts:

  • Primary vs secondary
  • One-time vs multiple-time

Note that for parallel command buffer recording it is more efficient to record secondary command buffers that are executed within primary command buffers without interrupting the render pass rather than recording multiple primary command buffers.

TheMostDiligent avatar May 01 '20 07:05 TheMostDiligent