Fix minimum texture size limits to match OpenGL 4.5#144
Open
NogginBops wants to merge 2 commits intoKhronosGroup:mainfrom
Open
Fix minimum texture size limits to match OpenGL 4.5#144NogginBops wants to merge 2 commits intoKhronosGroup:mainfrom
NogginBops wants to merge 2 commits intoKhronosGroup:mainfrom
Conversation
oddhack
reviewed
Jan 25, 2026
| <p> | ||
| Specifies the width of the texture image. | ||
| All implementations support texture images that are at least 64 texels wide. The height of the 1D texture image is 1. | ||
| All implementations support texture images that are at least 16384 texels wide. The height of the 1D texture image is 1. |
Contributor
There was a problem hiding this comment.
Slightly better to say "As of GL 4.x, all implementations support..." though there may not be many pre-4.5 drivers out there any more.
Contributor
Author
There was a problem hiding this comment.
16384 has been the minimum supported 2D and 1D image size since 4.1 (crucially includes macos), so I think it is fine to just say 16384 in the documentation here.
The last version to require a minimum of 64 was OpenGL 2.1.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #108