-
John Kessenich authored
This implements Khronos-private specification bug 16130.
dd56173d
450.comp 146 B
#version 450 core
layout(local_size_x = 0) in; // ERROR, 0 not allowed
void main()
{
shared float f; // ERROR shared must be global
}