Skip to content

Commit

Permalink
Update docs for EMSCRIPTEN_WEBGL_CONTEXT_HANDLE. NFC
Browse files Browse the repository at this point in the history
This was changed in emscripten-core#20678

Fixes: emscripten-core#20993
  • Loading branch information
sbc100 committed Jan 3, 2024
1 parent 25308a1 commit 6d03ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/source/docs/api_reference/html5.h.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1926,7 +1926,7 @@ Defines
.. c:type:: EMSCRIPTEN_WEBGL_CONTEXT_HANDLE
Represents a handle to an Emscripten WebGL context object. The value 0 denotes an invalid/no context (this is a typedef to an ``int``).
Represents a handle to an Emscripten WebGL context object. The value 0 denotes an invalid/no context (this is a typedef to an ``intptr_t``).
Struct
Expand Down

0 comments on commit 6d03ef9

Please sign in to comment.