video_core/gpu: Remove unused functions

This commit is contained in:
ReinUsesLisp 2020-02-25 16:53:47 -03:00
parent e22ad52cdb
commit 3c648e3e2d
2 changed files with 0 additions and 71 deletions

View file

@ -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;