Skip to content

Commit

Permalink
capi: fix mtl noop free fn name
Browse files Browse the repository at this point in the history
  • Loading branch information
chyyran committed Mar 6, 2024
1 parent 89b620a commit 35fc21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/librashader_ld.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 35fc21b

Please sign in to comment.