Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Case share of hardware transform-error failing back to software
04-14-2014, 06:33 PM (This post was last modified: 04-14-2014 06:33 PM by Henrik.)
Post: #2
RE: Case share of hardware transform-error failing back to software
Hm, we currently generate like this in the vshader:

Code:
in lowp vec4 v_color0;
Maybe we should instead output

Code:
lowp in vec4 v_color0;
for compatibility with these drivers. I think I need to check the GLSL specs...
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Case share of hardware transform-error failing back to software - Henrik - 04-14-2014 06:33 PM

Forum Jump: