KalebDark / angleproject

Automatically exported from code.google.com/p/angleproject
Other
0 stars 0 forks source link

Seamless cube maps should be disabled in ES 2.0 contexts #986

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
As discussed on crbug.com/479753, seamless cube map behavior is currently 
enabled in ES 2.0 contexts in ANGLE, causing portability problems. ES 3.0 
requires cube maps to behave as though they were seamless, but ES 2.0 requires 
that they not have that behavior.

Could someone please look into ANGLE's ES 2.0 implementation and see whether it 
is technically feasible to disable the seamless cube map behavior there?

Original issue reported on code.google.com by kbr@chromium.org on 28 Apr 2015 at 5:47

GoogleCodeExporter commented 9 years ago

Original comment by kbr@chromium.org on 28 Apr 2015 at 5:49