summaryrefslogtreecommitdiffstats
path: root/src/video_core/compatible_formats.h
blob: b5eb03bead8692c163a974a7d7c3bc6be41b8c89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2020 yuzu Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.

#pragma once

#include "video_core/surface.h"

namespace VideoCore::Surface {

bool IsViewCompatible(PixelFormat format_a, PixelFormat format_b);

bool IsCopyCompatible(PixelFormat format_a, PixelFormat format_b);

} // namespace VideoCore::Surface