Skip to content

Commit

Permalink
Merge branch 'main' into GL_OES_vertex_array_object
Browse files Browse the repository at this point in the history
  • Loading branch information
sagudev authored Nov 5, 2024
2 parents 0d1e3ac + 36dc9f4 commit 56cd8ce
Show file tree
Hide file tree
Showing 6 changed files with 756 additions and 65 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ features = [
"WebGl2RenderingContext",
"WebGlSampler",
"WebGlShader",
"WebGlShaderPrecisionFormat",
"WebGlSync",
"WebGlTexture",
"WebGlTransformFeedback",
Expand Down
1 change: 1 addition & 0 deletions generate-native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ gl_extensions=(
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 56cd8ce

Please sign in to comment.