Fabian

Results 6 comments of Fabian

Hmm so this happens on Windows too.. The URL you provided is invalid by the way, can you reference the specific issue? @gregorianisch

@gregorianisch I see. I think it might has to do something with the naming of the typings file? The module in question for me is `pixi-filters`, I found out it...

Hi! Any updates on this? I'm sorry, but I have no clue on how to solve this issue. :( I have exactly the same issue, it seems like `GL_OES_standard_derivatives` can...

@rreusser Hey, thanks for the quick reply! Unfortunately, I added it because of a last resort, it also doesn't work without `#ifdef`. It's very strange however, I am using a...

@rreusser Yes, using regl (for the first time actually), I haven't noticed the `extension` property so thanks, I added that in. However, things get very strange right now, it still...

Never mind, I figured it out, I had to enable `EOS_STANDARD_DERIVATIVES` inside regl, and I then had to enable and prefix it with `GL_` inside of my fragment shader!