Commit 1323e2fd by Cody Northrop Committed by Commit Bot

FrameCapture: Implement Gen/DeleteVertexArraysOES

Test: FIFA Mobile MEC Bug: angleproject:4048 Change-Id: I9725c9b9aba98a10ef2fa11b05f0459b3d8cc9d0 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2486404Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com> Commit-Queue: Cody Northrop <cnorthrop@google.com>
parent 8061002b
...@@ -3287,7 +3287,7 @@ void CaptureDeleteVertexArraysOES_arraysPacked(const State &glState, ...@@ -3287,7 +3287,7 @@ void CaptureDeleteVertexArraysOES_arraysPacked(const State &glState,
const VertexArrayID *arrays, const VertexArrayID *arrays,
ParamCapture *paramCapture) ParamCapture *paramCapture)
{ {
UNIMPLEMENTED(); CaptureDeleteVertexArrays_arraysPacked(glState, isCallValid, n, arrays, paramCapture);
} }
void CaptureGenVertexArraysOES_arraysPacked(const State &glState, void CaptureGenVertexArraysOES_arraysPacked(const State &glState,
...@@ -3296,7 +3296,7 @@ void CaptureGenVertexArraysOES_arraysPacked(const State &glState, ...@@ -3296,7 +3296,7 @@ void CaptureGenVertexArraysOES_arraysPacked(const State &glState,
VertexArrayID *arrays, VertexArrayID *arrays,
ParamCapture *paramCapture) ParamCapture *paramCapture)
{ {
UNIMPLEMENTED(); CaptureGenVertexArrays_arraysPacked(glState, isCallValid, n, arrays, paramCapture);
} }
void CaptureGetTexImageANGLE_pixels(const State &glState, void CaptureGetTexImageANGLE_pixels(const State &glState,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment