From: Ian Romanick Date: Wed, 21 Jun 2017 00:44:59 +0000 (-0700) Subject: glsl: Update build instructions for int64.glsl X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=93055576ae81a30880ab7079b5e832098946b3f6;p=mesa.git glsl: Update build instructions for int64.glsl Trivial Signed-off-by: Ian Romanick --- diff --git a/src/compiler/glsl/int64.glsl b/src/compiler/glsl/int64.glsl index 1ac8d128ac3..538f56cff19 100644 --- a/src/compiler/glsl/int64.glsl +++ b/src/compiler/glsl/int64.glsl @@ -1,8 +1,8 @@ /* Compile with: * - * glsl_compiler --version 140 --dump-builder int64.glsl > builtin_int64.h + * glsl_compiler --version 400 --dump-builder int64.glsl > builtin_int64.h * - * Using version 1.40+ prevents built-in variables from being included. + * Version 4.00+ is required for umulExtended. */ #version 400 #extension GL_ARB_gpu_shader_int64: require