Sign in
chromium
/
external
/
github.com
/
KhronosGroup
/
glslang.git
/
HEAD
/
.
/
Test
/
link.multiUnitLayout.1.tese
blob: 07333dafe2697abc48053072890287f2cec54f0f [
file
] [
log
] [
blame
]
#version 410
vec4 transformPosition
(
vec4 position
)
{
return
2.0
*
position
;
}