• Show log

    Commit

  • Hash : 3b650ffa
    Author : Erica Li
    Date : 2024-03-19T09:53:06

    Metal: Assert while using gl_VertexID as ivec
    
    Metal [vertex_id] is uint while gl_VertexID is int. Replacing
    gl_VertexID with gl_VertexIDMetal without rewrites of the expressions
    would cause invalid expressions.
    
    Fix by casting uint kgl_VertexIDMetal to int kgl_VertexID instead
    of replacing variable during compile.
    
    Bug: angleproject:8597
    Change-Id: I76acdb2a0ab5982aa05181175925b3359068e901
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5376498
    Reviewed-by: Alexey Knyazev <lexa.knyazev@gmail.com>
    Auto-Submit: Kimmo Kinnunen <kkinnunen@apple.com>
    Commit-Queue: Kenneth Russell <kbr@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