diff options
Diffstat (limited to 'src/video_core/gpu.h')
| -rw-r--r-- | src/video_core/gpu.h | 6 |
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 { | |||
| 82 | Z32_S8_X24_FLOAT = 0x19, | 82 | Z32_S8_X24_FLOAT = 0x19, |
| 83 | }; | 83 | }; |
| 84 | 84 | ||
| 85 | /// Returns the number of bytes per pixel of each rendertarget format. | ||
| 86 | u32 RenderTargetBytesPerPixel(RenderTargetFormat format); | ||
| 87 | |||
| 88 | /// Returns the number of bytes per pixel of each depth format. | ||
| 89 | u32 DepthFormatBytesPerPixel(DepthFormat format); | ||
| 90 | |||
| 91 | struct CommandListHeader; | 85 | struct CommandListHeader; |
| 92 | class DebugContext; | 86 | class DebugContext; |
| 93 | 87 | ||