TheLeerName / ShadertoyToFlixel

node.js script which converts shaders from shadertoy to flixel (openfl). Web version exists too!
https://theleername.github.io/ShadertoyToFlixel/
Apache License 2.0
15 stars 2 forks source link

My screen turns black #3

Closed JonnycatMeow closed 4 months ago

JonnycatMeow commented 5 months ago

I was wondering how to fix that? I found an alternative fix in the shader pack from game banana

gl_FragColor.a = flixel_texture2D(bitmap, openfl_TextureCoordv).a;
TheLeerName commented 4 months ago

can you send shader?

JonnycatMeow commented 4 months ago

nvm