Shadertoy to GameMaker:Studio GLSL ES

A web app that converts Shadertoy.com GLSL code to GameMaker Studio GLSL code

Shadertoy Code Gamemaker Shader Code Object Create-Event Code 1. Paste Shadertoy shader code in designated textbox.
2. Click Convert.
3. Create object in GameMaker with a sprite attached to it.
4. Paste output codes to GameMaker respectively.
Note:
•More complex code will require you to make
additional edits manually.
•Draw object code outputs 512 by 512, but change
it to your desired sprite size.
•Abide by the terms of use for shadertoy shaders
especially in the case of commercial use.
•ShaderToy now uses WebGL 2.0 while GM uses the
equivalent of WebGL 1.0 so there are several features
that won't work. Here is a list of changes.

Find me on Twitter! @JFKN1GHT
Vertex Code Object Draw-Event Code Warnings