• Show log

    Commit

  • Hash : 0e1c90cf
    Author : Shahbaz Youssefi
    Date : 2021-07-21T10:24:26

    Translator: Validate function parameter qualifiers
    
    This change cleans up a confusion in EvqConst and EvqConstReadOnly,
    where the former was frequently used instead of the latter for function
    parameters.
    
    The change makes the following renames to make the intent of the
    relevant qualifiers clearer:
    
        EvqIn            -> EvqParamIn
        EvqOut           -> EvqParamOut
        EvqInOut         -> EvqParamInOut
        EvqConstReadOnly -> EvqParamConst
    
    Bug: angleproject:4889
    Change-Id: Idedd32c08a91de069b91b1657d6b783dddece04a
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3041622
    Reviewed-by: Jamie Madill <jmadill@chromium.org>
    Reviewed-by: Tim Van Patten <timvp@google.com>
    Commit-Queue: 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