summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/utils.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-05-25 05:32:01 +0200
committerLioncash <mathew1800@gmail.com>2019-05-25 05:50:10 +0200
commit5a4564bd8eae9c8fef6da70009536ce50b5752d5 (patch)
treee2c03d0a39175e2310d9a2289b7cf9274a8fa95a /src/video_core/renderer_opengl/utils.h
parentMerge pull request #2513 from lioncash/string (diff)
downloadyuzu-5a4564bd8eae9c8fef6da70009536ce50b5752d5.tar
yuzu-5a4564bd8eae9c8fef6da70009536ce50b5752d5.tar.gz
yuzu-5a4564bd8eae9c8fef6da70009536ce50b5752d5.tar.bz2
yuzu-5a4564bd8eae9c8fef6da70009536ce50b5752d5.tar.lz
yuzu-5a4564bd8eae9c8fef6da70009536ce50b5752d5.tar.xz
yuzu-5a4564bd8eae9c8fef6da70009536ce50b5752d5.tar.zst
yuzu-5a4564bd8eae9c8fef6da70009536ce50b5752d5.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/renderer_opengl/utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_core/renderer_opengl/utils.h b/src/video_core/renderer_opengl/utils.h
index aef45c9dc..b3e9fc499 100644
--- a/src/video_core/renderer_opengl/utils.h
+++ b/src/video_core/renderer_opengl/utils.h
@@ -4,7 +4,7 @@
#pragma once
-#include <string>
+#include <string_view>
#include <vector>
#include <glad/glad.h>
#include "common/common_types.h"
@@ -30,6 +30,6 @@ private:
std::vector<GLsizeiptr> sizes;
};
-void LabelGLObject(GLenum identifier, GLuint handle, VAddr addr, std::string extra_info = "");
+void LabelGLObject(GLenum identifier, GLuint handle, VAddr addr, std::string_view extra_info = {});
} // namespace OpenGL \ No newline at end of file