Browse Source
renderer_opengl.h: Update from citra to yuzu
pull/15/merge
N00byKing
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
src/video_core/renderer_opengl/renderer_opengl.h
|
|
|
@ -14,7 +14,7 @@ |
|
|
|
|
|
|
|
class EmuWindow; |
|
|
|
|
|
|
|
/// Structure used for storing information about the textures for each 3DS screen |
|
|
|
/// Structure used for storing information about the textures for the Switch screen |
|
|
|
struct TextureInfo { |
|
|
|
OGLTexture resource; |
|
|
|
GLsizei width; |
|
|
|
@ -24,7 +24,7 @@ struct TextureInfo { |
|
|
|
Tegra::FramebufferConfig::PixelFormat pixel_format; |
|
|
|
}; |
|
|
|
|
|
|
|
/// Structure used for storing information about the display target for each 3DS screen |
|
|
|
/// Structure used for storing information about the display target for the Switch screen |
|
|
|
struct ScreenInfo { |
|
|
|
GLuint display_texture; |
|
|
|
MathUtil::Rectangle<float> display_texcoords; |
|
|
|
|