mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-01 04:47:53 +00:00
renderer_opengl/utils: Remove unused includes and unused forward declaration
This commit is contained in:
parent
4b2ff1e00e
commit
4504302abc
1 changed files with 0 additions and 4 deletions
|
@ -8,13 +8,9 @@
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <glad/glad.h>
|
#include <glad/glad.h>
|
||||||
#include "common/common_types.h"
|
#include "common/common_types.h"
|
||||||
#include "common/math_util.h"
|
|
||||||
#include "video_core/renderer_opengl/gl_resource_manager.h"
|
|
||||||
|
|
||||||
namespace OpenGL {
|
namespace OpenGL {
|
||||||
|
|
||||||
class CachedSurfaceView;
|
|
||||||
|
|
||||||
class BindBuffersRangePushBuffer {
|
class BindBuffersRangePushBuffer {
|
||||||
public:
|
public:
|
||||||
BindBuffersRangePushBuffer(GLenum target);
|
BindBuffersRangePushBuffer(GLenum target);
|
||||||
|
|
Loading…
Reference in a new issue