Commit 4f07f9b8 by Lubosz Sarnecki Committed by Commit Bot

gles_ext_params: Implement CaptureGetTexLevelParameterivANGLE.

As seen in CaptureGetTexParameteriv_params from capture_gles_2_0_params.cpp. Bug: angleproject:5645 Change-Id: Id687f73fd5d898e64e8a8bebe92ca50a0e096990 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2718044Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 868a41e9
...@@ -1954,7 +1954,9 @@ void CaptureGetTexLevelParameterivANGLE_params(const State &glState, ...@@ -1954,7 +1954,9 @@ void CaptureGetTexLevelParameterivANGLE_params(const State &glState,
GLint *params, GLint *params,
ParamCapture *paramCapture) ParamCapture *paramCapture)
{ {
UNIMPLEMENTED(); // page 190 https://www.khronos.org/registry/OpenGL/specs/es/3.2/es_spec_3.2.pdf
// TEXTURE_BORDER_COLOR: 4 floats, ints, uints
paramCapture->readBufferSizeBytes = sizeof(GLint) * 4;
} }
void CaptureGetTexLevelParameterfvANGLE_params(const State &glState, void CaptureGetTexLevelParameterfvANGLE_params(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