[Android]RTShaderSystem doesn't always compile the shaders.

Discussion of issues specific to mobile platforms such as iOS, Android, Symbian and Meego.
Post Reply
Emerich
Halfling
Posts: 64
Joined: Wed Oct 24, 2012 10:59 am
x 12

[Android]RTShaderSystem doesn't always compile the shaders.

Post by Emerich »

Hi there!

Basically I'm getting a black screen occasionally - and logcat doesn't show the:

Code: Select all

I/OGRE    (10386): GLSL ES compiled: RTSS_31_VS
I/OGRE    (10386): Success.
I/OGRE    (10386): GLSL ES compiled: RTSS_32_FS
I/OGRE    (10386): Success.
I/OGRE    (10386): GLSL ES compiled: RTSS_37_VS
I/OGRE    (10386): Success.
I/OGRE    (10386): GLSL ES compiled: RTSS_38_FS
I/OGRE    (10386): Success.
I/OGRE    (10386): GLSL ES compiled: RTSS_33_VS
I/OGRE    (10386): Success.
I/OGRE    (10386): GLSL ES compiled: RTSS_35_VS
I/OGRE    (10386): Success.
I/OGRE    (10386): GLSL ES compiled: RTSS_36_FS
I/OGRE    (10386): Success.
I didn't add a cache folder and hoped that'd force the System to compile every time.
Is there a way to like force wipe the whole thing?
Post Reply