From b9a2a9399d494c732893d9aabaa1211143ef767f Mon Sep 17 00:00:00 2001 From: Rodrigo Locatti Date: Thu, 7 Nov 2024 19:30:14 -0300 Subject: [PATCH] Remove plural bindings in GL_ARB_shader_texture_image_samples It is not possible to have more than one texture per binding. Fixes GitLab GLSL issue 80. --- extensions/ARB/ARB_shader_texture_image_samples.txt | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/extensions/ARB/ARB_shader_texture_image_samples.txt b/extensions/ARB/ARB_shader_texture_image_samples.txt index 5e5100e9..b8d536ba 100644 --- a/extensions/ARB/ARB_shader_texture_image_samples.txt +++ b/extensions/ARB/ARB_shader_texture_image_samples.txt @@ -41,8 +41,8 @@ Status Version - Last Modified Date: May 28, 2014 - Revision: 7 + Last Modified Date: Nov 7, 2024 + Revision: 9 Number @@ -109,8 +109,7 @@ Modifications to The OpenGL Shading Language Specification, Version 4.40.08 Description: - Returns the number of samples of the texture or textures bound to - . + Returns the number of samples of the texture bound to . Add to table in section 8.12 "Image Functions" @@ -121,7 +120,7 @@ Add to table in section 8.12 "Image Functions" Description: - Returns the number of samples of the image or images bound to . + Returns the number of samples of the image bound to . Dependencies on ARB_shader_image_load_store and GLSL 4.20. @@ -280,6 +279,9 @@ Issues queries. Revision History + Revision 9, 2024/11/07 (rlocatti) + - Remove plural bindings for textureSamples and imageSamples. + Revision 8, 2015/09/08 (idr) - Add interactions with various GLSL versions and extensions so that this extension can be used with any GLSL version.