queries.txt: Fix grammar

This commit is contained in:
Philip Taylor 2016-02-27 15:48:53 +00:00
parent 5adb7ef5fa
commit 6d0058eb17

View File

@ -438,7 +438,7 @@ non-zero.
Not setting ename:VK_QUERY_CONTROL_PRECISE_BIT mode may: be more efficient
on some implementations, and should: be used where it is sufficient to know
a boolean result on whether any samples passed the per-fragment tests. In
this case, some implementations may: only return zero or one, indifferent of
this case, some implementations may: only return zero or one, indifferent to
the actual number of samples passing the per-fragment tests.
====
@ -505,7 +505,7 @@ These bits have the following meanings:
* If ename:VK_QUERY_PIPELINE_STATISTIC_GEOMETRY_SHADER_INVOCATIONS_BIT is
set, queries managed by the pool will count the number of geometry
shader invocations. This counter's value is incremented each time a
geometry shader is <<shaders-geometry-execution,invoked>>. In case of
geometry shader is <<shaders-geometry-execution,invoked>>. In the case
of <<geometry-invocations,instanced geometry shaders>>, the geometry
shader invocations count is incremented for each separate instanced
invocation.