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

blend4web WEBGL INVALID_OPERATION: bindTexture #23

Open
SylenRequests opened this issue Feb 3, 2021 · 0 comments
Open

blend4web WEBGL INVALID_OPERATION: bindTexture #23

SylenRequests opened this issue Feb 3, 2021 · 0 comments

Comments

@SylenRequests
Copy link

SylenRequests commented Feb 3, 2021

Hello there,

when i disable the texture cache in blend4web (on init enable_texture_cache: false), I get a lot of errors in the console when I use replace_image on a texture:

WebGL: INVALID_OPERATION: bindTexture: attempt to use a deleted object.
WebGL: INVALID_OPERATION: getTexParameter: no texture bound to target.
WebGL: INVALID_ENUM: texParameter: invalid parameter.
WebGL: GL_INVALID_ENUM: Texture filter not recognized.

I can't use the texture cache because I generate and load a bunch of images from the web, so it would fill up until it's out of memory. Does anyone have an ideas? Is this a known bug? Many thanks in advance!

image
image
image

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

No branches or pull requests

1 participant