[glutils] Rename CRStringView to StringViewCR
This commit is contained in:
parent
cc10631b55
commit
256be6dae0
2
deps/glutils/src/glutils.cpp
vendored
2
deps/glutils/src/glutils.cpp
vendored
@ -73,7 +73,7 @@ void bind(const FrameBuffer &fb) noexcept {
|
||||
static ox::Result<GLShader> buildShader(
|
||||
GLuint shaderType,
|
||||
const GLchar *src,
|
||||
ox::CRStringView shaderName) noexcept {
|
||||
ox::StringViewCR shaderName) noexcept {
|
||||
GLShader shader(glCreateShader(shaderType));
|
||||
glShaderSource(shader, 1, &src, nullptr);
|
||||
glCompileShader(shader);
|
||||
|
Loading…
Reference in New Issue
Block a user