diff options
author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2019-01-30 00:33:56 +0100 |
---|---|---|
committer | ReinUsesLisp <reinuseslisp@airmail.cc> | 2019-01-30 03:49:02 +0100 |
commit | f58a6152fc89626e4a8f1746af46e9260d17d404 (patch) | |
tree | 1a7d46460ca7f43c2f7b38be5829736597ffb1e6 /src/video_core/surface.h | |
parent | hle/ipc_helpers: Fix clang-format warnings (diff) | |
download | yuzu-f58a6152fc89626e4a8f1746af46e9260d17d404.tar yuzu-f58a6152fc89626e4a8f1746af46e9260d17d404.tar.gz yuzu-f58a6152fc89626e4a8f1746af46e9260d17d404.tar.bz2 yuzu-f58a6152fc89626e4a8f1746af46e9260d17d404.tar.lz yuzu-f58a6152fc89626e4a8f1746af46e9260d17d404.tar.xz yuzu-f58a6152fc89626e4a8f1746af46e9260d17d404.tar.zst yuzu-f58a6152fc89626e4a8f1746af46e9260d17d404.zip |
Diffstat (limited to 'src/video_core/surface.h')
-rw-r--r-- | src/video_core/surface.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/surface.h b/src/video_core/surface.h index c2259c3c2..edd3816ba 100644 --- a/src/video_core/surface.h +++ b/src/video_core/surface.h @@ -441,6 +441,8 @@ SurfaceTarget SurfaceTargetFromTextureType(Tegra::Texture::TextureType texture_t bool SurfaceTargetIsLayered(SurfaceTarget target); +bool SurfaceTargetIsArray(SurfaceTarget target); + PixelFormat PixelFormatFromDepthFormat(Tegra::DepthFormat format); PixelFormat PixelFormatFromRenderTargetFormat(Tegra::RenderTargetFormat format); |