diff options
| author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2021-07-18 18:40:14 +0200 |
|---|---|---|
| committer | Fernando Sahmkow <fsahmkow27@gmail.com> | 2021-11-16 22:11:27 +0100 |
| commit | 22f4b290b6f0894d29302102f539dd8753961f04 (patch) | |
| tree | d0777996569139bb07a152bedd03509951da0402 /src/video_core/texture_cache/image_info.h | |
| parent | 720970c4c1d71c67fa8af1e86c78d9141148729b (diff) | |
VideoCore: Initial Setup for the Resolution Scaler.
Diffstat (limited to 'src/video_core/texture_cache/image_info.h')
| -rw-r--r-- | src/video_core/texture_cache/image_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/texture_cache/image_info.h b/src/video_core/texture_cache/image_info.h index 5049fc36e..16d4cee37 100644 --- a/src/video_core/texture_cache/image_info.h +++ b/src/video_core/texture_cache/image_info.h @@ -15,7 +15,7 @@ using Tegra::Texture::TICEntry; using VideoCore::Surface::PixelFormat; struct ImageInfo { - explicit ImageInfo() = default; + ImageInfo() = default; explicit ImageInfo(const TICEntry& config) noexcept; explicit ImageInfo(const Tegra::Engines::Maxwell3D::Regs& regs, size_t index) noexcept; explicit ImageInfo(const Tegra::Engines::Maxwell3D::Regs& regs) noexcept; |
