• Show log

    Commit

  • Hash : d87d10cd
    Author : Gregg Tavares
    Date : 2021-11-12T11:02:01

    Fix ASAN issue with GLVertexIDIntegerTextureDrawElements
    
    Was
    
        GLint clearData[] = {42};
        glClearBufferiv(GL_COLOR, 0, clearData);
    
    Now
    
        GLint clearData[4] = {42};
        glClearBufferiv(GL_COLOR, 0, clearData);
    
    Bug: angleproject:6688
    Change-Id: Ia8fa0c7d406626046a32e613fda3a165a06941b6
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3278489
    Reviewed-by: Jamie Madill <jmadill@chromium.org>
    Commit-Queue: Jamie Madill <jmadill@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
    kc3_lang_org thodg_w www_kmx_io thodg_l thodg thodg_m
    Tags