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

Use PixelUnpackData in tex_image_{1,2,3}d #322

Merged
merged 3 commits into from
Nov 5, 2024

Conversation

sagudev
Copy link
Contributor

@sagudev sagudev commented Nov 1, 2024

Although we lost explicit None case with this I have WIP to fix this everywhere: sagudev@1378d85 (Option is put into PixelUnpackData::Slice variant because it matches webgl better, alternative would be to have PixelUnpackData::None variant or do nothing as we can already express this as PixelUnpackData::BufferOffset(0)).

Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
Copy link
Owner

@grovesNL grovesNL left a comment

Choose a reason for hiding this comment

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

Makes sense, thanks!

@grovesNL grovesNL merged commit a0ba3b7 into grovesNL:main Nov 5, 2024
7 checks passed
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.

2 participants