fekga

Results 14 comments of fekga

Is there any update on this issue?

It seems that the running speed of the shader affects the responsiveness of the editor. Lower FPS on the shader causes slower editor update times, even without syntax highlight. It...

That's alright, but now I have the issue of cleaning the database and reimporting it. It shows me that there is an error and the message is this: `%1$s` I...

You used integers, change them to floats. It should be `remap(1.0,-1.0,1.0,0.0,1.0)` Or even better, use a macro, this way you could remap any type.