Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
angle
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • angle
  • Repository

Switch branch/tag
  • angle
  • src
  • tests
  • compiler_tests
  • OVR_multiview2_test.cpp
Find file
BlameHistoryPermalink
  • Artem Bolgar's avatar
    GL_OVR_multiview shouldn't be defined for WebGL spec'ed shaders · e93a438b
    Artem Bolgar authored Jan 10, 2020
    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: 's avatarShahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: 's avatarRafael Cintron <rafael.cintron@microsoft.com>
    e93a438b
OVR_multiview2_test.cpp 27.9 KB
EditWeb IDE
×

Replace OVR_multiview2_test.cpp

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.