mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
LibGL+LibGPU: Implement glPointSize
This commit is contained in:
parent
ac3e46b97d
commit
0dcb23ee96
Notes:
sideshowbarker
2024-07-17 11:06:51 +09:00
Author: https://github.com/gmta
Commit: 0dcb23ee96
Pull-request: https://github.com/SerenityOS/serenity/pull/13970
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/linusg
Reviewed-by: https://github.com/sunverwerth ✅
6 changed files with 25 additions and 4 deletions
|
@ -673,8 +673,7 @@ void glPixelStorei(GLenum pname, GLint param)
|
|||
|
||||
void glPointSize(GLfloat size)
|
||||
{
|
||||
// FIXME: implement
|
||||
dbgln_if(GL_DEBUG, "glPointSize({}): unimplemented", size);
|
||||
g_gl_context->gl_point_size(size);
|
||||
}
|
||||
|
||||
void glPolygonMode(GLenum face, GLenum mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue