summaryrefslogtreecommitdiffstats
path: root/src/video_core/gpu.h
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2020-02-25 20:53:47 +0100
committerReinUsesLisp <reinuseslisp@airmail.cc>2020-02-25 20:53:47 +0100
commit3c648e3e2d4609937fbed46fbf39c6c12928ca79 (patch)
treecf19cfd7075466a36d51c254344bc7aac2b365e7 /src/video_core/gpu.h
parentMerge pull request #3425 from ReinUsesLisp/layered-framebuffer (diff)
downloadyuzu-3c648e3e2d4609937fbed46fbf39c6c12928ca79.tar
yuzu-3c648e3e2d4609937fbed46fbf39c6c12928ca79.tar.gz
yuzu-3c648e3e2d4609937fbed46fbf39c6c12928ca79.tar.bz2
yuzu-3c648e3e2d4609937fbed46fbf39c6c12928ca79.tar.lz
yuzu-3c648e3e2d4609937fbed46fbf39c6c12928ca79.tar.xz
yuzu-3c648e3e2d4609937fbed46fbf39c6c12928ca79.tar.zst
yuzu-3c648e3e2d4609937fbed46fbf39c6c12928ca79.zip
Diffstat (limited to 'src/video_core/gpu.h')
-rw-r--r--src/video_core/gpu.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/video_core/gpu.h b/src/video_core/gpu.h
index 07727210c..8bb6fc60e 100644
--- a/src/video_core/gpu.h
+++ b/src/video_core/gpu.h
@@ -82,12 +82,6 @@ enum class DepthFormat : u32 {
Z32_S8_X24_FLOAT = 0x19,
};
-/// Returns the number of bytes per pixel of each rendertarget format.
-u32 RenderTargetBytesPerPixel(RenderTargetFormat format);
-
-/// Returns the number of bytes per pixel of each depth format.
-u32 DepthFormatBytesPerPixel(DepthFormat format);
-
struct CommandListHeader;
class DebugContext;