Browse Source
Merge pull request #1382 from lioncash/inc
gl_state: Remove unused type alias
pull/15/merge
bunnei
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
1 additions and
4 deletions
-
src/video_core/renderer_opengl/gl_state.cpp
-
src/video_core/renderer_opengl/gl_state.h
|
|
|
@ -4,6 +4,7 @@ |
|
|
|
|
|
|
|
#include <iterator>
|
|
|
|
#include <glad/glad.h>
|
|
|
|
#include "common/assert.h"
|
|
|
|
#include "common/logging/log.h"
|
|
|
|
#include "video_core/renderer_opengl/gl_state.h"
|
|
|
|
|
|
|
|
|
|
|
|
@ -7,12 +7,8 @@ |
|
|
|
#include <array> |
|
|
|
#include <glad/glad.h> |
|
|
|
|
|
|
|
#include "video_core/engines/maxwell_3d.h" |
|
|
|
|
|
|
|
namespace OpenGL { |
|
|
|
|
|
|
|
using Regs = Tegra::Engines::Maxwell3D::Regs; |
|
|
|
|
|
|
|
namespace TextureUnits { |
|
|
|
|
|
|
|
struct TextureUnit { |
|
|
|
|