Merge branch '158-fix-cmdbuf-query-index' into 'master'
authorPyry Haulos <phaulos@google.com>
Tue, 19 Jan 2016 15:40:34 +0000 (10:40 -0500)
committerPyry Haulos <phaulos@google.com>
Tue, 19 Jan 2016 15:40:34 +0000 (10:40 -0500)
Change the incorrect entry index in cmdBeginQuery

According to the Vulkan 1.0 Specification the value of entry has to be
less than the number of queries. Three test cases used an incorrect
value of entry (equal to the query count).

Fixes #158

See merge request !288


Trivial merge