mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
CLeanups
This commit is contained in:
parent
bb58b0d6e3
commit
e35d2cb527
@ -507,8 +507,9 @@ static VkFormat glslang_format_to_vk(glslang_format fmt)
|
|||||||
FMT(R32G32B32A32_SFLOAT);
|
FMT(R32G32B32A32_SFLOAT);
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return VK_FORMAT_UNDEFINED;
|
break;
|
||||||
}
|
}
|
||||||
|
return VK_FORMAT_UNDEFINED;
|
||||||
}
|
}
|
||||||
|
|
||||||
static unique_ptr<StaticTexture> vulkan_filter_chain_load_lut(
|
static unique_ptr<StaticTexture> vulkan_filter_chain_load_lut(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user