video_core/gpu: Remove unused functions
This commit is contained in:
parent
e22ad52cdb
commit
3c648e3e2d
2 changed files with 0 additions and 71 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue