mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 15:38:09 +02:00
dzn: Add Missing return type to dzn_translate_sampler_filter()
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Louis-Francis Ratté-Boulianne <lfrb@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15607>
This commit is contained in:
parent
bf3c772e5e
commit
b402cff591
1 changed files with 1 additions and 0 deletions
|
|
@ -169,6 +169,7 @@ static const struct dzn_sampler_filter_info filter_table[] = {
|
|||
[D3D12_FILTER_MIN_MAG_MIP_LINEAR] = FILTER(LINEAR, LINEAR, LINEAR),
|
||||
};
|
||||
|
||||
D3D12_FILTER
|
||||
dzn_translate_sampler_filter(const VkSamplerCreateInfo *create_info)
|
||||
{
|
||||
D3D12_FILTER filter;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue