emscripten-core / emscripten-core/emscripten
glProvokingVertexWEBGL
Open
- Dominant language
- C++
- Stars
- 27.6k
- Forks
- 3.6k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 105
Description
Hello!
There is the [WEBGL_provoking_vertex](https://registry.khronos.org/webgl/extensions/WEBGL_provoking_vertex/) extension that exposes the `glProvokingVertexWEBGL` function. This function, however, appears to be missing in GL headers provided by Emscripten.
Are there plans to add this function?
Also, is there a way to get the entry point manually? I tried using the `emscripte_webgl_get_proc_address`, but it returns `null`.
Contributor guide
Assessment
This issue has not been assessed yet.