• Show log

    Commit

  • Hash : 80149a7f
    Author : Devon Loehr
    Date : 2024-07-18T18:46:08

    Replace variable-length array with vector
    
    Variable-length arrays allow allocating an unbounded amount of
    memory on the stack. This replaces a VLA with a vector, also
    provides better consistency with the rest of the containers in the
    function.
    
    Bug: chromium:349656479
    Change-Id: I1e18f9a8985de84b82da58fa5465c98dbca51e8b
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5721320
    Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
    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