Skip to content

Commit

Permalink
Add and use GL_{OES, APPLE}_vertex_array_object as fallback (#324)
Browse files Browse the repository at this point in the history
* Add and use GL_OES_vertex_array_object as fallback

Signed-off-by: sagudev <[email protected]>

* Add and use GL_APPLE_vertex_array_object as fallback on apple devices

Signed-off-by: sagudev <[email protected]>

---------

Signed-off-by: sagudev <[email protected]>
  • Loading branch information
sagudev authored Nov 5, 2024
1 parent 36dc9f4 commit 0e058af
Show file tree
Hide file tree
Showing 3 changed files with 349 additions and 3 deletions.
2 changes: 2 additions & 0 deletions generate-native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ gl_extensions=(
GL_ARB_sync
GL_KHR_parallel_shader_compile
GL_ARB_parallel_shader_compile
GL_OES_vertex_array_object
GL_APPLE_vertex_array_object
GL_EXT_disjoint_timer_query
)
printf -v gl_extensions_comma_joined '%s,' "${gl_extensions[@]}"
Expand Down
Loading

0 comments on commit 0e058af

Please sign in to comment.