capi: fix mtl noop free fn name
This commit is contained in:
parent
89b620a7c1
commit
35fc21bbef
|
@ -419,7 +419,7 @@ libra_error_t __librashader__noop_mtl_filter_chain_frame(
|
||||||
return NULL;
|
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) {
|
libra_mtl_filter_chain_t *chain) {
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue