Opened 8 days ago
Last modified 7 days ago
#17121 new defect
Carol reed games are crashing in the libretro port in android
| Reported by: | i30817 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | Engine: Wintermute |
| Version: | Keywords: | ||
| Cc: | Game: |
Description (last modified by )
Could not link shader wme_modelx/wme_modelx: L0001 The fragment integer variable effectId does not match the vertex variable effectId.
The precision does not match.
!
This reminded of a similar problem I also had in the android libretro ppsspp port. The solution was this: https://github.com/hrydgard/ppsspp/issues/21904
Note:
See TracTickets
for help on using tickets.

Wait I might be confusing the solution withanother bug. Yeah I am.
The highp bug fix was for a zdepth bug that didnt occur on desktop
The fragment vs vertex shader variable error was fixed by this bug report (which explained the problem very well, read that instead of this)
https://github.com/hrydgard/ppsspp/issues/21904