• Show log

    Commit

  • Hash : d93b9559
    Author : Xinghua Cao
    Date : 2020-04-16T16:16:27

    Translate uniform block with large matrix array to StructuredBuffer
    
    There is a slow compiling issue if translate a uniform block with
    a large matrix array member to cbuffer, so translate the uniform
    block to StructuredBuffer. But pack_matrix pragma directive is
    invalid for matrix element of StructuredBuffer, so pack the matrix
    into a structure firstly, and then specifies packing alignment for
    the matrix in this structure, last the structure is used as
    StructuredBuffer element.
    
    Bug: angleproject:4206
    Change-Id: I5a2a512e57b37dcdb88c3060d0d078b46f72eb5e
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2154525
    Commit-Queue: Xinghua Cao <xinghua.cao@intel.com>
    Reviewed-by: Geoff Lang <geofflang@chromium.org>
    Reviewed-by: Kenneth Russell <kbr@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