From 4443a0db41cd4713f12a91cee33e7caa24226716 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Tue, 17 Oct 2017 23:40:00 +0200 Subject: [PATCH] Require GL_ARB_gpu_shader_int64 instead of GL_NV_gpu_shader5. --- tally.shader | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tally.shader b/tally.shader index e0fb943..43ccdb3 100644 --- a/tally.shader +++ b/tally.shader @@ -1,5 +1,5 @@ #version 440 -#extension GL_NV_gpu_shader5 : enable +#extension GL_ARB_gpu_shader_int64 : enable // http://cbloomrants.blogspot.no/2014/02/02-11-14-understanding-ans-10.html -- 2.39.2