• Show log

    Commit

  • Hash : c2a9300c
    Author : Matthew Denton
    Date : 2024-09-10T19:33:33

    WGSL: Rewrite input/output variables
    
    GLSL builtin variables and in/out variables correspond to WGSL's main
    function params and return value, so rewrite them accordingly.
    
    This is done by generating structs to use as main function params and
    return values, generating similar global structs, and copying the
    former into the latter so the rest of the program can just use the
    variables stored in the global structs.
    
    Bug: angleproject:42267100
    Change-Id: Ic3e1196f6fb95b963ce03845096a59ea7599d608
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5835347
    Reviewed-by: Shahbaz Youssefi <syoussefi@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
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags