From 363a3100c0817be0f9bf997cbe610c39fbcd052a Mon Sep 17 00:00:00 2001 From: Gregory Hainaut Date: Mon, 13 Jul 2015 10:44:25 +0200 Subject: [PATCH] linux: use latest profile on cg to validate shader Otherwise it doesn't work with GSdx --- linux_various/validate_glsl.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/linux_various/validate_glsl.sh b/linux_various/validate_glsl.sh index 8740159580..06d37467d3 100755 --- a/linux_various/validate_glsl.sh +++ b/linux_various/validate_glsl.sh @@ -23,8 +23,10 @@ NOVERT=0 # VERT="cgc -oglsl -profile glslv -po version=$GL_VERSION" # FRAG="cgc -oglsl -profile glslf -po version=$GL_VERSION" # Uniform buffer not supported on glsl ... -VERT="cgc -oglsl -profile vp40" -FRAG="cgc -oglsl -profile fp40" +#VERT="cgc -oglsl -profile vp40" +#FRAG="cgc -oglsl -profile fp40" +VERT="cgc -oglsl -profile gp5vp" +FRAG="cgc -oglsl -profile gp5fp" ###################################################### # Options