• Show log

    Commit

  • Hash : dfefcbc6
    Author : Aurora Zhang
    Date : 2025-06-09T16:30:55

    glGetProgramiv should return the properties in effect
    
    glProgramParameteri can set values to
    GL_PROGRAM_BINARY_RETRIEVABLE_HINT. However, this setting will not be in
    effect until the next time glLinkProgram or glProgramBinary has been
    called successfully. Also, glGetProgramiv returns the properties
    currently in effect for program. Therefore, we need to add a variable to
    record the ineffective value and copy it at the stage of glLinkProgram
    or glProgramBinary.
    
    Bug: angleproject:421219220
    Change-Id: Ib564e6df03d34f3fc7389f926795cb3e64cbf687
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/6606372
    Reviewed-by: Yuxin Hu <yuxinhu@google.com>
    Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
    Auto-Submit: Aurora Zhang <Aurora.Zhang@arm.com>
    Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/angle.git
    Git SSH git@git.kmx.io:kc3-lang/angle.git
    Public access ? public
    Description

    A conformant OpenGL ES implementation for Windows, Mac, Linux, iOS and Android.

    Homepage

    Github

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags