Sign in
chromium
/
external
/
github.com
/
KhronosGroup
/
glslang.git
/
HEAD
/
.
/
Test
/
spv.longVectorNotReserved.comp
blob: 9761ec9e2b72d3b11403f901b2625ef271d51313 [
file
] [
log
] [
blame
]
#version 450 core
layout
(
local_size_x
=
64
,
local_size_y
=
1
,
local_size_z
=
1
)
in
;
void
main
()
{
vec4 vector
;
float
f
=
vector
.
y
;
}