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

fix typo for 101010 image format #291

Merged
merged 1 commit into from
May 19, 2020

Conversation

bashbaug
Copy link
Contributor

The spec for get_image_channel_data_type() incorrectly lists CLK_UNORM_SHORT_101010 as a possible return value. The correct name is CLK_UNORM_INT_101010.

Fixes #287

Copy link
Contributor

@alycm alycm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Merging immediately as obvious.

@alycm alycm merged commit 7a07ec6 into KhronosGroup:master May 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CLK_UNORM_SHORT_101010 should be CLK_UNORM_INT_101010
2 participants