mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-08 11:30:06 +00:00
9 lines
176 B
Plaintext
9 lines
176 B
Plaintext
|
#version 450
|
||
|
#extension GL_NV_compute_shader_derivatives : require
|
||
|
|
||
|
layout (local_size_x_id = 0, local_size_y_id = 1) in;
|
||
|
layout(derivative_group_quadsNV) in;
|
||
|
|
||
|
void main(){
|
||
|
}
|