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)
commitaab683799060ffe1ea35782c0460c7a9ab58d06f
tree8d21c76f56a143a72c004f91869f9ca4477aa3f0
parentb8a9f620c9eea43e65c3b9acf2f5c24b6693e1a5
parent35f26806e87fce6211d58f5db3ad261b28e63ac9
Merge branch '158-fix-cmdbuf-query-index' into 'master'

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