• Show log

    Commit

  • Hash : a6ee4641
    Author : Matthew Denton
    Date : 2024-09-25T11:41:47

    WGSL: Output default uniform block and accesses to it
    
    Default uniforms are put into a WGSL struct, and all accesses
    of those uniforms now output struct accesses.
    
    Similarly to I/O vars and builtins, these are outputted in a
    pre-pass, but in the future it might make sense to do what
    Vulkan does and do an AST transformation to put the default
    uniforms into a UBO which should be outputted similarly.
    
    This does not handle bool, matCx2, or array of element size < 16.
    
    Bug: angleproject:42267100
    Change-Id: If29e2895a8aba3212b581813316af87273c1515c
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5878759
    Reviewed-by: Liza Burakova <liza@chromium.org>
    Reviewed-by: Geoff Lang <geofflang@chromium.org>
    Commit-Queue: Matthew Denton <mpdenton@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
    kc3_lang_org www_kmx_io thodg_w thodg_l thodg thodg_m
    Tags