X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=tests%2Fglsl%2Finexact_function_argument_type.glsl;h=627fa5d849235e60c0de9a682758c160b2c0577c;hp=2bbece37f5b70039600d259138f8b2f54043314a;hb=4737d137d0a1c7fed868c4adc7a3d7e00ba7681c;hpb=3c2397dbb6e45fe72214f71048c4edfe4f11ac73 diff --git a/tests/glsl/inexact_function_argument_type.glsl b/tests/glsl/inexact_function_argument_type.glsl index 2bbece37..627fa5d8 100644 --- a/tests/glsl/inexact_function_argument_type.glsl +++ b/tests/glsl/inexact_function_argument_type.glsl @@ -13,6 +13,6 @@ void main() layout(location=0) in vec4 position; void main() { - gl_Position = vec4(position.xy*float(2), 0.0, 1.0); + gl_Position = vec4(position.xy*2.0, 0.0, 1.0); } */