Sign in
flutter
/
third_party
/
glslang
/
refs/heads/flutter-ce138e
/
.
/
Test
/
spv.computeShaderDerivativesSpec2.comp
blob: 48310ef56cb2b147d0bdb0d0a1550caea2c129a8 [
file
] [
edit
]
#version 320 es
#extension GL_NV_compute_shader_derivatives : require
layout
(
local_size_x_id
=
0
,
local_size_y_id
=
1
)
in
;
layout
(
derivative_group_linearNV
)
in
;
void
main
(){
}