Skip to content
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

Pr/riliang/opengl cts 4.6.0 subroutine #426

Open
wants to merge 2 commits into
base: opengl-cts-4.6.0
Choose a base branch
from

Commits on Nov 2, 2023

  1. Merge pull request #2 from KhronosGroup/opengl-cts-4.6.0

    Opengl cts 4.6.0
    Daylight-Peng authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    dbebc4f View commit details
    Browse the repository at this point in the history
  2. Correct glGetUniformSubroutineuiv return value comparison logic

    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 <[email protected]>
    Daylight-Peng committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    bda176b View commit details
    Browse the repository at this point in the history