Commit ba65c156 by Jamie Madill Committed by Commit Bot

Capture/Replay: Implement GetFramebufferParameter capture.

This is necessary for the T-Rex benchmark. Bug: angleproject:3611 Change-Id: I4573f8e86356272364baaccc678494707d2eebc0 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1893571Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarCourtney Goeltzenleuchter <courtneygo@google.com> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 3ff097ff
...@@ -368,7 +368,8 @@ void CaptureGetFramebufferAttachmentParameteriv_params(const Context *context, ...@@ -368,7 +368,8 @@ void CaptureGetFramebufferAttachmentParameteriv_params(const Context *context,
GLint *params, GLint *params,
ParamCapture *paramCapture) ParamCapture *paramCapture)
{ {
UNIMPLEMENTED(); // All ES 2.0 queries only return one value.
paramCapture->readBufferSizeBytes = sizeof(GLint);
} }
void CaptureGetIntegerv_data(const Context *context, void CaptureGetIntegerv_data(const Context *context,
......
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