diff --git a/src/libANGLE/capture/frame_capture_utils.cpp b/src/libANGLE/capture/frame_capture_utils.cpp index db7637d0a..1c61087e8 100644 --- a/src/libANGLE/capture/frame_capture_utils.cpp +++ b/src/libANGLE/capture/frame_capture_utils.cpp @@ -1225,7 +1225,8 @@ Result SerializeTextureData(JsonSerializer *json, index.getType() == gl::TextureType::CubeMap || index.getType() == gl::TextureType::CubeMapArray || index.getType() == gl::TextureType::_2DMultisampleArray || - index.getType() == gl::TextureType::_2DMultisample); + index.getType() == gl::TextureType::_2DMultisample || + index.getType() == gl::TextureType::External); GLenum glFormat = format.format; GLenum glType = format.type; diff --git a/src/tests/capture_replay_tests/capture_replay_expectations.txt b/src/tests/capture_replay_tests/capture_replay_expectations.txt index ebe0b8eae..1de9a498e 100644 --- a/src/tests/capture_replay_tests/capture_replay_expectations.txt +++ b/src/tests/capture_replay_tests/capture_replay_expectations.txt @@ -33,11 +33,6 @@ # ES2 -5822 : ExternalWrapTest.ClampToEdge/* = CRASH -5822 : ExternalWrapTest.MirroredRepeat/* = CRASH -5822 : ExternalWrapTest.NoWrap/* = CRASH -5822 : ExternalWrapTest.Repeat/* = CRASH - 6267 : FramebufferTest.MultiContextNoRenderingFeedbackLoops/* = SKIP_FOR_CAPTURE 6180 : GLSLTest_ES3.GLVertexIDIntegerTextureDrawElementsU8Line/* = NOT_RUN