-
Notifications
You must be signed in to change notification settings - Fork 336
Pr/riliang/opengl cts 4.6.0 subroutine #426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: opengl-cts-4.6.0
Are you sure you want to change the base?
Pr/riliang/opengl cts 4.6.0 subroutine #426
Conversation
Opengl cts 4.6.0
glGetUniformSubroutineuiv returns the value of the subroutine uniform at location <location>. The return value means the "subroutine index", not the "uniform location", so it can not compare the return value with location value. Affects: KHR-GL40.shader_subroutine.subroutine_uniform_reset Signed-off-by: Riliang Peng <riliang.peng@mthreads.com>
|
Please help to review, thanks. |
|
Could you please help to check? |
|
Hi @Daylight-Peng, sorry for the delay. We are currently reviewing and testing this change in Khronos CI. |
Is it OK now? |
|
|
|
Internal Khronos CL: https://gerrit.khronos.org/c/vk-gl-cts/+/17894 |
|
Could you sign the CLA please? |
glGetUniformSubroutineuiv returns the value of the subroutine uniform at location <location>. The return value means the "subroutine index", not the "uniform location", so it can not compare the return value with location value. Affects: KHR-GL40.shader_subroutine.subroutine_uniform_reset Public PR: #426 Change-Id: Icde7cf5c3e4d3a3ac758c96bd10d8049a0a5bbf3 Signed-off-by: Riliang Peng <riliang.peng@mthreads.com>
Correct glGetUniformSubroutineuiv return value comparison logic
glGetUniformSubroutineuiv returns the value of the subroutine uniform at
location .
The return value means the "subroutine index", not the "uniform location",
so it can not compare the return value with location value.
Affects:
KHR-GL40.shader_subroutine.subroutine_uniform_reset