FXAA filter error, Failed to execute 'getProgramParameter' on 'WebGLRenderingContext'
See original GitHub issueI’m trying to use the FXAA filter but I’m getting the following error.
When you add the following line to any example on the PIXI examples site you get the error.
app.stage.filters = [ new PIXI.filters.FXAAFilter()];
Am I doing something wrong, is it related to my graphic card or is it a bug?
Uncaught TypeError: Failed to execute 'getProgramParameter' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLProgram'.
at extractAttributes (pixi.js:2686)
at Shader (pixi.js:1791)
at new Shader (pixi.js:8049)
at FilterManager.applyFilter (pixi.js:18682)
at FXAAFilter.apply (pixi.js:18180)
at FilterManager.popFilter (pixi.js:18625)
at Container.renderAdvancedWebGL (pixi.js:9270)
at Container.renderWebGL (pixi.js:9207)
at WebGLRenderer.render (pixi.js:17338)
at Application.render (pixi.js:7905)
Before that error I also get a few warnings which seem related.
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (7 by maintainers)
Top Results From Across the Web
FXAA filter error, Failed to execute 'getProgramParameter' on ...
I'm trying to use the FXAA filter but I'm getting the following error. When you add the following line to any example on...
Read more >A brand new website interface for an even better experience!
FXAA filter error, Failed to execute 'getProgramParameter' on 'WebGLRenderingContext'
Read more >WebGLRenderingContext.getProgramParameter() - Web APIs
The WebGLRenderingContext.getProgramParameter() method of the WebGL API returns information about the given program.
Read more >How to smooth out the line of the figure - Pixi.js
Tried to use FXAAFilter, but got the error: 'Uncaught TypeError: Failed to execute 'getProgramParameter' on 'WebGLRenderingContext': ...
Read more >https://fgregor.com/js/pixi-5.3.3.min.js.map
packages/filters/filter-fxaa/src/FXAAFilter.ts",". ... ESM/CJS versions of ismobilejs only\n// exports the function for executing\n// designed for Node-only ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello there! Thanks for reporting the bug! Will let you know when this has been addressed 👍
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.