• Show log

    Commit

  • Hash : 39450a0f
    Author : Yuxin Hu
    Date : 2023-01-19T18:29:45

    Add memory qualifier decorations for uniform buffer members
    
    During the parsing of GLSL shader code, we set
    memory qualifier on each individual member
    of the buffer struct:
    http://go/cs-angle/src/compiler/translator/ParseContext.cpp;l=4957.
    However, when generating the SPIR-V instructions,
    we did not add the corresponding
    OpMemberDecorate SPIR-V instructions.
    This change adds the missing OpMemberDecorate
    SPIR-V instructions for each field in
    uniform buffer struct.
    
    Bug: b/261634197
    Change-Id: Id930e11f62a0e04e1b151b7d073cca6944474c87
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4179065
    Commit-Queue: Yuxin Hu <yuxinhu@google.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