Created
July 19, 2016 15:00
-
-
Save yorung/e810ca8f4af4f2c55b0114fdc057eb78 to your computer and use it in GitHub Desktop.
[DX12] ExecuteCommandLists and Signal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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