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

Feature Request: Creating a texture with rgba signed integer format #10555

Open
paulgrassler opened this issue May 20, 2024 · 1 comment
Open
Labels
👯‍♀️ Needs Reproduction Very common: basically need an example that reproduces the issue so that it's easier to identify.

Comments

@paulgrassler
Copy link

Description

Hey, I have been trying to create a texture used in a custom filter that I can fill with signed integer values. However, I have not found a way to do this. When I try to manually change the TextureSource format and upload the texture, I get the following WebGL warning: "WebGL: INVALID_OPERATION: texImage2D: Invalid params.format/params.type combination." Is this known or is there some way to actually do this but I have not figured it out yet?

@GoodBoyDigital
Copy link
Member

Heya @paulgrassler, thanks for flagging, if you could provide an example via the playground, we can take a look! thanks!

@Zyie Zyie added the 👯‍♀️ Needs Reproduction Very common: basically need an example that reproduces the issue so that it's easier to identify. label May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👯‍♀️ Needs Reproduction Very common: basically need an example that reproduces the issue so that it's easier to identify.
Projects
None yet
Development

No branches or pull requests

3 participants