mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-22 17:29:01 +00:00
LibGL: Use standard debug message for gl_materialv
This commit is contained in:
parent
92ecd66490
commit
e4080aed00
Notes:
sideshowbarker
2024-07-18 04:46:35 +09:00
Author: https://github.com/gmta
Commit: e4080aed00
Pull-request: https://github.com/SerenityOS/serenity/pull/11496
Reviewed-by: https://github.com/sunverwerth ✅
1 changed files with 1 additions and 1 deletions
|
@ -2625,7 +2625,7 @@ void SoftwareGLContext::gl_materialv(GLenum face, GLenum pname, GLfloat const* p
|
|||
}
|
||||
|
||||
// FIXME: implement this method
|
||||
dbgln_if(GL_DEBUG, "SoftwareGLContext FIXME: gl_materialv({}, {}, {}, {}, {}, {})", face, pname, x, y, z, w);
|
||||
dbgln_if(GL_DEBUG, "gl_materialv({}, {}, {}, {}, {}, {}): unimplemented", face, pname, x, y, z, w);
|
||||
}
|
||||
|
||||
void SoftwareGLContext::gl_line_width(GLfloat width)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue