From 93055576ae81a30880ab7079b5e832098946b3f6 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Tue, 20 Jun 2017 17:44:59 -0700 Subject: [PATCH] glsl: Update build instructions for int64.glsl Trivial Signed-off-by: Ian Romanick --- src/compiler/glsl/int64.glsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2