[angle] close #4172 (#29861)

* [angle] close #4172

* v db
This commit is contained in:
Alexander Neumann 2023-02-27 20:58:33 +01:00 committed by GitHub
parent 14f7d2896e
commit dfd7a8275d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 1 deletions

View File

@ -13,6 +13,7 @@ endif()
if(MSVC)
add_compile_options(/d2guard4 /Wv:18 /guard:cf /permissive /bigobj)
add_link_options(/guard:cf)
endif()
set(CMAKE_CXX_STANDARD 17)

View File

@ -1,6 +1,7 @@
{
"name": "angle",
"version-string": "chromium_5414",
"port-version": 1,
"description": [
"A conformant OpenGL ES implementation for Windows, Mac and Linux.",
"The goal of ANGLE is to allow users of multiple operating systems to seamlessly run WebGL and other OpenGL ES content by translating OpenGL ES API calls to one of the hardware-supported APIs available for that platform. ANGLE currently provides translation from OpenGL ES 2.0 and 3.0 to desktop OpenGL, OpenGL ES, Direct3D 9, and Direct3D 11. Support for translation from OpenGL ES to Vulkan is underway, and future plans include compute shader support (ES 3.1) and MacOS support."

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b9840e4a2d643b94dc27bf1adc2803f16501cadd",
"version-string": "chromium_5414",
"port-version": 1
},
{
"git-tree": "4d21d50c6a69b88182c328b4867a27909fa34b01",
"version-string": "chromium_5414",

View File

@ -118,7 +118,7 @@
},
"angle": {
"baseline": "chromium_5414",
"port-version": 0
"port-version": 1
},
"antlr4": {
"baseline": "4.11.1",