summaryrefslogtreecommitdiff
path: root/src/video_core/gpu.h
diff options
context:
space:
mode:
authorMat M <mathew1800@gmail.com>2020-02-25 17:46:07 -0500
committerGitHub <noreply@github.com>2020-02-25 17:46:07 -0500
commit00e3eab9c13e7f7ff4bf2d4d12b152c2257b3de6 (patch)
treec87aa69902f514ba4656cf921f54580410b8cdae /src/video_core/gpu.h
parent78ab2e0474fabff54ee1bcbd9242f90aa20ddc06 (diff)
parent3c648e3e2d4609937fbed46fbf39c6c12928ca79 (diff)
Merge pull request #3460 from ReinUsesLisp/unused-format-getter
video_core/gpu: Remove unused functions
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;