Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove plural bindings in GL_ARB_shader_texture_image_samples #637

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions extensions/ARB/ARB_shader_texture_image_samples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ Status

Version

Last Modified Date: May 28, 2014
Revision: 7
Last Modified Date: Nov 7, 2024
Revision: 9

Number

Expand Down Expand Up @@ -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
<sampler>.
Returns the number of samples of the texture bound to <sampler>.

Add to table in section 8.12 "Image Functions"

Expand All @@ -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 <image>.
Returns the number of samples of the image bound to <image>.

Dependencies on ARB_shader_image_load_store and GLSL 4.20.

Expand Down Expand Up @@ -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.
Expand Down