GLSL: Fix Khronos private Bugzilla 15973: local sizes can't be 0.

This commit is contained in:
John Kessenich
2017-06-07 18:53:33 -06:00
parent 2eb135506a
commit 14d65beb06
5 changed files with 14 additions and 4 deletions

View File

@@ -1 +1,2 @@
#version 450 core
layout(local_size_x = 0) in; // ERROR, 0 not allowed