diff options
| author | 2018-04-04 23:03:02 +0200 | |
|---|---|---|
| committer | 2018-04-04 23:03:02 +0200 | |
| commit | ca17f581f59364ff54a5b8a220e3fef46795fe77 (patch) | |
| tree | 04f3128d9e881018628d089ba25c1bdc13dfac6a /src | |
| parent | Merge pull request #308 from bunnei/misc-fixes-2 (diff) | |
| download | yuzu-ca17f581f59364ff54a5b8a220e3fef46795fe77.tar.gz yuzu-ca17f581f59364ff54a5b8a220e3fef46795fe77.tar.xz yuzu-ca17f581f59364ff54a5b8a220e3fef46795fe77.zip | |
renderer_opengl.h: Update from citra to yuzu
Diffstat (limited to 'src')
| -rw-r--r-- | src/video_core/renderer_opengl/renderer_opengl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_core/renderer_opengl/renderer_opengl.h b/src/video_core/renderer_opengl/renderer_opengl.h index fffd0f9f4..c52f40037 100644 --- a/src/video_core/renderer_opengl/renderer_opengl.h +++ b/src/video_core/renderer_opengl/renderer_opengl.h | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | 14 | ||
| 15 | class EmuWindow; | 15 | class EmuWindow; |
| 16 | 16 | ||
| 17 | /// Structure used for storing information about the textures for each 3DS screen | 17 | /// Structure used for storing information about the textures for the Switch screen |
| 18 | struct TextureInfo { | 18 | struct TextureInfo { |
| 19 | OGLTexture resource; | 19 | OGLTexture resource; |
| 20 | GLsizei width; | 20 | GLsizei width; |
| @@ -24,7 +24,7 @@ struct TextureInfo { | |||
| 24 | Tegra::FramebufferConfig::PixelFormat pixel_format; | 24 | Tegra::FramebufferConfig::PixelFormat pixel_format; |
| 25 | }; | 25 | }; |
| 26 | 26 | ||
| 27 | /// Structure used for storing information about the display target for each 3DS screen | 27 | /// Structure used for storing information about the display target for the Switch screen |
| 28 | struct ScreenInfo { | 28 | struct ScreenInfo { |
| 29 | GLuint display_texture; | 29 | GLuint display_texture; |
| 30 | MathUtil::Rectangle<float> display_texcoords; | 30 | MathUtil::Rectangle<float> display_texcoords; |