Skip to content

Commit

Permalink
doc: fix migration api typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chyyran authored Sep 30, 2024
1 parent 34b5005 commit 90a9ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIGRATION-ABI2.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The following changes are applicable if `LIBRA_RUNTIME_VULKAN` is defined.
* It is always thread safe to call `libra_vk_filter_chain_set_param` from any thread [^1].

## `LIBRA_RUNTIME_OPENGL` changes
The following changes are applicable if `LIBRA_RUNTIME_METAL` is defined.
The following changes are applicable if `LIBRA_RUNTIME_OPENGL` is defined.
* The `libra_gl_init_context` function has been removed.
* The function `libra_gl_filter_chain_create` now accepts a `loader` parameter of type `libra_gl_loader_t`. This will be the OpenGL loader used to create the filter chain, previously passed to `libra_gl_init_context`
The filter chain will be created against the current OpenGL context.
Expand Down

0 comments on commit 90a9ee7

Please sign in to comment.