From cbdbd75e66e54085c2a1725f3c0b85de2447328c Mon Sep 17 00:00:00 2001 From: hyzboy Date: Mon, 20 May 2019 23:09:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E9=99=A4BOM=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- res/shader/FlatTexture.frag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/shader/FlatTexture.frag b/res/shader/FlatTexture.frag index 18735663..3d7830ed 100644 --- a/res/shader/FlatTexture.frag +++ b/res/shader/FlatTexture.frag @@ -1,4 +1,4 @@ -#version 450 core +#version 450 core layout(binding = 2) uniform sampler2D texture_lena;