capi: fix mtl noop free fn name

This commit is contained in:
chyyran 2024-03-05 18:50:18 -05:00 committed by Ronny Chan
parent 89b620a7c1
commit 35fc21bbef

View file

@ -419,7 +419,7 @@ libra_error_t __librashader__noop_mtl_filter_chain_frame(
return NULL;
}
libra_error_t __librashader__mtl_filter_chain_free(
libra_error_t __librashader__noop_mtl_filter_chain_free(
libra_mtl_filter_chain_t *chain) {
return NULL;
}