Skip to content

Commit

Permalink
Add and use GL_EXT_disjoint_timer_query as fallback (#323)
Browse files Browse the repository at this point in the history
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
  • Loading branch information
sagudev authored Nov 5, 2024
1 parent a0ba3b7 commit 62cfeee
Show file tree
Hide file tree
Showing 3 changed files with 558 additions and 7 deletions.
1 change: 1 addition & 0 deletions generate-native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ gl_extensions=(
GL_ARB_sync
GL_KHR_parallel_shader_compile
GL_ARB_parallel_shader_compile
GL_EXT_disjoint_timer_query
)
printf -v gl_extensions_comma_joined '%s,' "${gl_extensions[@]}"

Expand Down
Loading

0 comments on commit 62cfeee

Please sign in to comment.