Merge branch '341-fix-invocations' into 'vulkan-cts-1.0'
authorPyry Haulos <phaulos@google.com>
Tue, 29 Mar 2016 19:36:22 +0000 (19:36 +0000)
committerPyry Haulos <phaulos@google.com>
Tue, 29 Mar 2016 19:36:22 +0000 (19:36 +0000)
commit0585b79533f282bf6992f62399fb5f90adbbf6b0
tree795e532a1cb818a06cec4af1d174ee856dadaf52
parent27cae01b8cdbfc3d818efefd62ab2d7601931422
parente980616481c75957f9b48b0fb576712ab967829c
Merge branch '341-fix-invocations' into 'vulkan-cts-1.0'

Remove invalid Invocations=0 from geometry shaders.

All of these geometry shaders are default, so they do not need any
Invocations decoration.

Fixeds #341

See merge request !477