1
0
Fork 0
forked from suyu/suyu

renderer_opengl.h: Update from citra to yuzu

This commit is contained in:
N00byKing 2018-04-04 23:03:02 +02:00 committed by GitHub
parent 20bd26dc7d
commit ca17f581f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;