Commit 5dde4db5 by Jamie Madill Committed by Commit Bot

Capture/Replay: Capture DrawBuffersEXT.

The extension entry point can forward to the ES 3.0 entry point. Needed for capturing the mutiple draw buffers sample. Bug: angleproject:4433 Change-Id: I1081e6a5ad57eca6dc328947bb0f9037d47fe9f0 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2079155Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent da6d12d0
...@@ -8,6 +8,8 @@ ...@@ -8,6 +8,8 @@
#include "libANGLE/capture_gles_ext_autogen.h" #include "libANGLE/capture_gles_ext_autogen.h"
#include "libANGLE/capture_gles_3_0_autogen.h"
using namespace angle; using namespace angle;
namespace gl namespace gl
...@@ -2370,7 +2372,7 @@ void CaptureDrawBuffersEXT_bufs(const State &glState, ...@@ -2370,7 +2372,7 @@ void CaptureDrawBuffersEXT_bufs(const State &glState,
const GLenum *bufs, const GLenum *bufs,
ParamCapture *paramCapture) ParamCapture *paramCapture)
{ {
UNIMPLEMENTED(); CaptureDrawBuffers_bufs(glState, isCallValid, n, bufs, paramCapture);
} }
void CaptureDrawElementsInstancedEXT_indices(const State &glState, void CaptureDrawElementsInstancedEXT_indices(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