From 90a9ee754de68e3337b0c2c16394139745a3b210 Mon Sep 17 00:00:00 2001 From: Ronny Chan Date: Mon, 30 Sep 2024 11:38:13 -0400 Subject: [PATCH] doc: fix migration api typo --- MIGRATION-ABI2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIGRATION-ABI2.md b/MIGRATION-ABI2.md index 437abbc..695e913 100644 --- a/MIGRATION-ABI2.md +++ b/MIGRATION-ABI2.md @@ -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.