We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 646cf5b commit 04d7be3Copy full SHA for 04d7be3
src/tests/gl_tests/InstancingTest.cpp
@@ -122,6 +122,10 @@ class InstancingTest : public ANGLETest
122
// Unknown problem. FL9_3 is not officially supported anyway.
123
ANGLE_SKIP_TEST_IF(IsD3D11_FL93() && geometry == Quad && draw == NonIndexed);
124
125
+ // http://anglebug.com/5271
126
+ ANGLE_SKIP_TEST_IF(IsOSX() && IsIntelUHD630Mobile() && IsDesktopOpenGL() &&
127
+ draw == NonIndexed && offset != 0);
128
+
129
// The window is divided into kMaxDrawn slices of size kDrawSize.
130
// The slice drawn into is determined by the instance datum.
131
// The instance data array selects all the slices in order.
0 commit comments