From c310d41af7320cf74d5c5aae7a39f1d616f1045d Mon Sep 17 00:00:00 2001 From: Cristian Luis Duarte Date: Fri, 2 Nov 2018 14:59:30 -0300 Subject: [PATCH] Change GPU_RESOURCE_BUFFER_SLOT1_TEXTURE to 36 --- libraries/gpu/src/gpu/ShaderConstants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/gpu/src/gpu/ShaderConstants.h b/libraries/gpu/src/gpu/ShaderConstants.h index ef8e26519c..1a37c69784 100644 --- a/libraries/gpu/src/gpu/ShaderConstants.h +++ b/libraries/gpu/src/gpu/ShaderConstants.h @@ -23,7 +23,7 @@ #define GPU_RESOURCE_BUFFER_SLOT0_TEXTURE 35 -#define GPU_RESOURCE_BUFFER_SLOT1_TEXTURE 35 +#define GPU_RESOURCE_BUFFER_SLOT1_TEXTURE 36 #define GPU_RESOURCE_BUFFER_SLOT0_STORAGE 0 #define GPU_RESOURCE_BUFFER_SLOT1_STORAGE 1