• Show log

    Commit

  • Hash : 85ddcc93
    Author : Tim Van Patten
    Date : 2020-08-24T14:22:22

    Vulkan: Convert ProgramExecutableVk::mDescriptorSets to std::array
    
    Currently ProgramExecutableVk::mDescriptorSets is a vector, but it's
    size is bound so it can be a std::array (DescriptorSetLayoutArray).
    
    To ensure the size grows correctly in the future, the various descriptor
    set indexes are also being converted from independent constexpr
    uint32_ts into the enum DescriptorSetIndex.
    
    Bug: angleproject:4898
    Test: CQ
    Change-Id: I7ae8ff3455bcfb61e24b73bd16cc3f8cf9873087
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2372664
    Reviewed-by: Charlie Lao <cclao@google.com>
    Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
    Commit-Queue: Tim Van Patten <timvp@google.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_l thodg
    Tags