mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
vk_pipeline_cache: Add fallbacks for R8Srgb and B5G6R5 (#3264)
* vk_pipeline_cache: Add fallbacks for R8Srgb and B5G6R5 * blit_helper: Fix validation error * renderer_vulkan: Emulate B5G6R5 with swizzle
This commit is contained in:
@@ -171,6 +171,7 @@ enum class MrtSwizzle : u8 {
|
||||
static constexpr u32 MaxColorBuffers = 8;
|
||||
|
||||
struct PsColorBuffer {
|
||||
AmdGpu::DataFormat data_format : 6;
|
||||
AmdGpu::NumberFormat num_format : 4;
|
||||
AmdGpu::NumberConversion num_conversion : 3;
|
||||
AmdGpu::Liverpool::ShaderExportFormat export_format : 4;
|
||||
|
||||
Reference in New Issue
Block a user