mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 15:57:51 +00:00
video_core/gpu: Remove unused functions
This commit is contained in:
parent
80e577e2a6
commit
30ed1b0702
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