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.
