mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
LibWeb/WebGL: Implement OES_vertex_array_object extension
This commit is contained in:
parent
58942e1137
commit
442f0b9a13
Notes:
github-actions[bot]
2025-01-21 20:37:57 +00:00
Author: https://github.com/Lubrsi
Commit: 442f0b9a13
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3239
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/kalenikaliaksandr
10 changed files with 244 additions and 0 deletions
|
@ -825,6 +825,7 @@ set(SOURCES
|
|||
WebDriver/TimeoutsConfiguration.cpp
|
||||
WebGL/ANGLEInstancedArrays.cpp
|
||||
WebGL/EventNames.cpp
|
||||
WebGL/OESVertexArrayObject.cpp
|
||||
WebGL/OpenGLContext.cpp
|
||||
WebGL/WebGL2RenderingContext.cpp
|
||||
WebGL/WebGLActiveInfo.cpp
|
||||
|
@ -845,6 +846,7 @@ set(SOURCES
|
|||
WebGL/WebGLTransformFeedback.cpp
|
||||
WebGL/WebGLUniformLocation.cpp
|
||||
WebGL/WebGLVertexArrayObject.cpp
|
||||
WebGL/WebGLVertexArrayObjectOES.cpp
|
||||
WebIDL/AbstractOperations.cpp
|
||||
WebIDL/Buffers.cpp
|
||||
WebIDL/CallbackType.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue