-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
Description
I do not get how to reuse CLs with this lib. Whenever I tried to GpaBeginCommandList() on CL which called GpaBeginCommandList() AND GpaEndCommandList() I get en error "Command List already created".
I tried both ways:
- Use one session for all counters I want with Passes number >1. Pass is reported as complete, command list was finished and executed.
- Multiple sessions when reported pass number is 1. Pass was completed, session completed, session deleted and recreated with a new set of counters.
Why can't I reuse CLs which I know were executed and completed? Requiring a new CL for each pass is kind of ridiculous, with all counters enabled Pass count was 26 for me.