glGetShaderInfoLog returns empty string (android)

前端 未结 3 864
闹比i
闹比i 2020-12-18 00:26

I am modifying the version of the android version of the 2d texture example from OpenGl ES2.0 programming guide to change the fragment shader. this is written in pure Java a

3条回答
  •  再見小時候
    2020-12-18 01:22

    Just incase anyone does find this question as they have encountered the same problem, the only way I have found to "get around it" is to compile the shader with another App (such as Rendermonkey). Not ideal, but it got me further in my project!

提交回复
热议问题