commit | d28acefadf97733c411eb3a566a9b4184f56d056 | [log] [tgz] |
---|---|---|
author | Tobin Ehlis <tobin@lunarg.com> | Wed Sep 09 15:12:35 2015 -0600 |
committer | Tobin Ehlis <tobin@lunarg.com> | Wed Sep 09 16:32:38 2015 -0600 |
tree | 84103bb12159792c281850faa095c103a1e77b6a | |
parent | 12ab7dc223125a333445ed9f6c1c58085c7e75f4 [diff] |
layers: In DrawState only validate bound VBO index at the time of Draw Previously validating this at the time of VBO bound and when PSO bound. This could result in checking against stale state, though, and thereby causing false positives.