-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sites that don't work properly #4
Comments
About http://xnajs.com/examples/02/ it turns out that a shader can't end in #endif (?). Adding a line break solves the issue (??). |
Updated on v.1.0.4 |
I'm not sure if it's proper place but I've found 2 more scenarios (v 1.0.4 was used): Ad example 2 (http://xnajs.com/examples/02/): Ad example 1 (http://xnajs.com/examples/01/): In both cases (after it becomes broken), when I clicked on the programs I can see that another linebreak was added |
OK, that's good. If it's reproducible it can be fixed. I'll take at stab at it later. Thanks! |
It does not work on this site for some reason: http://webgl-examples.appspot.com |
@ceane you're right, it's not injecting the editor for some reason. But i see that my local version does inject successfully, there must be something getting in the way. Thanks for reporting! |
|
https://sketchfab.com/models/ea4dcf0df7c444ea96c18684b4c380df shows the programs, but there's no source. Firefox doesn't even detect the created context. |
http://mountain.quechua.com/lookbook-spring-summer-15 - shaders break when optimising, but not when hightlighting |
https://www.shadertoy.com hangs on "waiting for programs to be added..." |
http://david.li/flow - doesn't even load the UI, even though it's calling createProgram
http://xnajs.com/examples/02/ - does load the UI, but doesn't apply changes. Probably it has to do with how the same source code is used in both shaders
The text was updated successfully, but these errors were encountered: