Benson Joeris

Results 4 issues of Benson Joeris

Some sample applications (e.g. timeline_semaphore_simple) crash on exit. It looks like part of what is going on is that the main loop has no exit condition, but changing this to...

Based on a Gapid trace of the `passthrough` sample, it looks like the vertex buffers are destroyed immediately after recording the command buffer, before submitting to the queue. They should...

This happens in both mid-execution and non-mid-execution captures, even with dead code elimination turned off entirely, so I suspect it is a race in the commands executed by the application.