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 some pixels from being color-renderable #515

Open
hadronized opened this issue Jun 19, 2021 · 1 comment
Open

Remove some pixels from being color-renderable #515

hadronized opened this issue Jun 19, 2021 · 1 comment
Labels
bug:type-system A bug that triggers a type error while it shouldn’t.

Comments

@hadronized
Copy link
Owner

I came across issues lately while debugging WASM code using RGB32F and R32F framebuffers: turns out they don’t seem to be color-renderable.

This format / internal format thing is a real clusterfuck.

@hadronized hadronized added the bug:type-system A bug that triggers a type error while it shouldn’t. label Jun 19, 2021
@ColonelThirtyTwo
Copy link
Contributor

If I'm reading the OpenGL 3.3 spec right (section 4.4.4), RGB32F and R32F are color-renderable there. So this is backend-dependent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug:type-system A bug that triggers a type error while it shouldn’t.
Projects
None yet
Development

No branches or pull requests

2 participants