Skip to content
Snippets Groups Projects
Commit d91e35a5 authored by ReinUsesLisp's avatar ReinUsesLisp
Browse files

renderer_opengl: Update pixel format tracking

parent c3471bf6
No related branches found
No related tags found
No related merge requests found
......@@ -257,6 +257,7 @@ void RendererOpenGL::ConfigureFramebufferTexture(TextureInfo& texture,
const Tegra::FramebufferConfig& framebuffer) {
texture.width = framebuffer.width;
texture.height = framebuffer.height;
texture.pixel_format = framebuffer.pixel_format;
GLint internal_format;
switch (framebuffer.pixel_format) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment