Skip to content

Instantly share code, notes, and snippets.

@yorung
Created July 19, 2016 15:00
Show Gist options
  • Select an option

  • Save yorung/e810ca8f4af4f2c55b0114fdc057eb78 to your computer and use it in GitHub Desktop.

Select an option

Save yorung/e810ca8f4af4f2c55b0114fdc057eb78 to your computer and use it in GitHub Desktop.
[DX12] ExecuteCommandLists and Signal
commandQueue->ExecuteCommandLists(1, &A);
commandQueue->Signal(fence, 1);
commandQueue->ExecuteCommandLists(1, &B);
commandQueue->Signal(fence, 2);
commandQueue->ExecuteCommandLists(1, &C);
commandQueue->Signal(fence, 3);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment