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