• Show log

    Commit

  • Hash : e93a438b
    Author : Artem Bolgar
    Date : 2020-01-10T01:48:24

    GL_OVR_multiview shouldn't be defined for WebGL spec'ed shaders
    
    According to the latest change in WebGL's OVR_multiview2 spec, the GL_OVR_multiview should NOT be defined. Refer to https://www.khronos.org/registry/webgl/extensions/OVR_multiview2/
    
    I.e. this shader should NOT fail compilation:
    
    #version 300 es
    #extension GL_OVR_multiview2 : require
    #ifdef GL_OVR_multiview
        #error legacy GL_OVR_multiview support must be forbidden
    #endif
    ....
    
    Bug: angleproject:4279
    Change-Id: Ic94cba6785ea3a1fa14d5131dc0960214aa574be
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1994830
    Commit-Queue: Geoff Lang <geofflang@chromium.org>
    Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: Rafael Cintron <rafael.cintron@microsoft.com>
    

  • 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 thodg_w www_kmx_io thodg_l thodg thodg_m
    Tags