Thanks! I pushed fixes to incoming now, see https://github.com/kripken/emscripten/compare/cc77e142465c...0b1df261d344ad53d82b8e86a17d619bc43eb3cb
2014/1/22 Jukka Jylänki <[email protected]> > Oh now I see what you are saying. Let me take a look.. > > Jukka > > > 2014/1/22 wolfviking0 <[email protected]> > >> Hi @jj >> >> For the -s GL_FFP_ONLY=1 trouble you can reproduce it inside the s3tc.c >> tests, it's doesn't use shader (like in my sample) but if I use the >> settings i have a black screen on the s3tc.c sample. >> >> If i build like that : ./emcc s3tc.c -s GL_FFP_ONLY=1 -s >> LEGACY_GL_EMULATION=1 --preload-file screenshot.dds -o test.html => Not Work >> If i build like that : ./emcc s3tc.c -s LEGACY_GL_EMULATION=1 >> --preload-file screenshot.dds -o test.html => Work >> >> >> Tony >> >> -- >> You received this message because you are subscribed to the Google Groups >> "emscripten-discuss" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
