mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-09 20:10:06 +00:00
8 lines
145 B
Plaintext
8 lines
145 B
Plaintext
|
#version 420
|
||
|
|
||
|
layout(local_size_x = 2) in; // ERROR, no compute
|
||
|
|
||
|
#extension GL_ARB_compute_shader : enable
|
||
|
|
||
|
layout(local_size_x = 2) in;
|