Also beefed up support for running compute shaders is #version 420, but this work is only partially done.
8 lines
145 B
Plaintext
Executable File
8 lines
145 B
Plaintext
Executable File
#version 420
|
|
|
|
layout(local_size_x = 2) in; // ERROR, no compute
|
|
|
|
#extension GL_ARB_compute_shader : enable
|
|
|
|
layout(local_size_x = 2) in;
|