• Show log

    Commit

  • Hash : 88f582f6
    Author : Stephen White
    Date : 2022-05-19T09:48:21

    D3D: fix whole-array assignment to SSBOs.
    
    SSBOs in HLSL are implemented as RWByteAddressBuffer, which can only
    Load() or Store() up to 16 bytes at a time, so value-assignment of
    arrays doesn't work. The fix is to implement a traversal which
    unfolds such assignments into an element-by-element for-loop.
    
    Bug: angleproject:7334
    Change-Id: I840c8ff7b62b67dc8935d4c09589d955798d96ee
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3656070
    Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
    Commit-Queue: Stephen White <senorblanco@chromium.org>
    Reviewed-by: Jamie Madill <jmadill@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