• Show log

    Commit

  • Hash : da41ac69
    Author : Olli Etuaho
    Date : 2018-07-19T16:45:32

    Fix decorating ViewID_OVR in HLSL output
    
    ViewID_OVR should not be decorated in HLSL output since it is an
    internal variable. Make sure that DecorateVariableIfNeeded() is used
    for varyings instead of just Decorate() so that the internalness is
    checked correctly and ViewID_OVR doesn't get decorated.
    
    This avoids possible name conflicts between the internal ViewID_OVR
    and any user-defined variables named ViewID_OVR.
    
    BUG=angleproject:2062
    TEST=angle_end2end_tests, angle_unittests
    
    Change-Id: I9ed9876d4b2c760e7a11b0b270a2190993e840e5
    Reviewed-on: https://chromium-review.googlesource.com/1143398
    Reviewed-by: Geoff Lang <geofflang@chromium.org>
    Reviewed-by: Jamie Madill <jmadill@chromium.org>
    Commit-Queue: Olli Etuaho <oetuaho@nvidia.com>
    

  • 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