blob: 07333dafe2697abc48053072890287f2cec54f0f [file] [log] [blame]
#version 410
vec4 transformPosition(vec4 position)
{
return 2.0 * position;
}