ptitSeb
ptitSeb
Implemented in commit 601184b1b7e63cd1f85b5360207bb763efa8fe82 and fixed with 5a189a1f30ae73a4849a2e4f3f18259e6484ec55. Disabled by default for now.
Mmm, yes, the archive should not be created. I'll check that !
@kas1e : with comit 37d3b629580f2289703d5ee83f701c38cabf08ef it should now ignore PSA if the extension is not present (you will have to delete yourself the previous empty one).
I tested quickly on the Pandora, and it seems promising yes. Starting time for Neverball is much faster now. I need to do more testing, but that looks good (I...
No spirv on the pandora, it's already machine code specific to the PowerVR it use.
But note that I don't think it's possible to access Nova compiled program shader if Hans don't write the equivalent of `glProgramBinary(...)` and `glGetProgramBinary(...)` into Nova. That's why Daniel proposed...
Yes, the .gl4es.psa is supposed to be build on the target computer, not bring by the app. That means the 1st run will still get the hicup, but other runs...
Do you see "LIBGL: Shuting down" at the end of the program at least? The function `close_gl4es()` from `src/gl/init.c` at this end of the file, declared as a "destructor" should...
Check in https://github.com/ptitSeb/gl4es/blob/master/src/gl/init.c#L569 if the name of the PSA is correct, using some `printf`