From 731fa0d59fc269e00d1f499c49aa3804a30c5b8a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 7 Dec 2019 18:32:29 +0100 Subject: GL3 Test: Use core profile in shaders --- shaders/rect.frag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shaders/rect.frag') diff --git a/shaders/rect.frag b/shaders/rect.frag index d387b30..c5dedf9 100644 --- a/shaders/rect.frag +++ b/shaders/rect.frag @@ -1,4 +1,4 @@ -#version 330 +#version 330 core /* The fragment shader uses the UV coordinates to calculate whether it is in the T, R, B, or L border. These are then mixed with the border color, and -- cgit v1.2.1