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.
2 files changed