mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 18:58:56 +00:00
LibGL+LibSoftGPU: Add GL_MAX_LIGHTS
to get_context_parameter
This is required to allow lighting to work properly in the GL. We currently have the maximum number of lights in the software GL context set to 8, as this is the minimum that OpenGL mandates according to the spec.
This commit is contained in:
parent
9ec2b379a4
commit
192befa84b
Notes:
sideshowbarker
2024-07-17 21:07:00 +09:00
Author: https://github.com/Quaker762
Commit: 192befa84b
Pull-request: https://github.com/SerenityOS/serenity/pull/11764
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/gmta
Reviewed-by: https://github.com/linusg
Reviewed-by: https://github.com/sunverwerth ✅
5 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
/*
|
||||
* Copyright (c) 2021, Stephan Unverwerth <s.unverwerth@serenityos.org>
|
||||
* Copyright (c) 2021-2022, Jesse Buhagiar <jooster669@gmail.com>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue