glsl: Update build instructions for int64.glsl
Trivial Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
/* Compile with:
|
/* 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
|
#version 400
|
||||||
#extension GL_ARB_gpu_shader_int64: require
|
#extension GL_ARB_gpu_shader_int64: require
|
||||||
|
Reference in New Issue
Block a user