fekga

Results 14 comments of fekga

I have a related issue. I saved my session cookies but when I tried to reload the saved dict of cookies there was an error. My question is how do...

Until this feature gets added there is a workaround even if it's not an easy way. You can use some of the backbuffer's pixel to store positions or any data...

I'm using the Beta version and I just reordered the lines in the function with a simple cut & paste. There was no code imported from a different source. 2018-02-01...

Yes, something like that would work! Only problem is what happens when you made errors in the snippet? It would not point into the snippet's code.

Just to revisit this idea, something similar what Shadertoy is using could be used here too. They are using a Common tab that each pass has as a prefix. In...

That's great news! It would be nice to set a length for the rendering too (seconds or frames).

How is this issue going? Will there be any news on this?It would be a really nice feature!

Actually gl_FragCoord contains half pixel values by default. https://www.khronos.org/registry/OpenGL-Refpages/gl4/html/gl_FragCoord.xhtml So in this case it should only paint the bottom pixel line to white and the rest to black.

Just by searching "android textview slow" I found this article about it and a possible solution: https://www.wattpad.com/245272242-adventures-in-androidland-slow-textview-is-slow 2016-08-13 18:40 GMT+02:00 Markus Fisch [email protected]: > Unfortunately, it's not ShaderEditor.highlight() nor the...

It would partially solve this problem if you could use multiple shader sources, one or more as a "library" for useful functions and definitions and a much shorter source as...