mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 09:49:21 +00:00
LibGPU+LibSoftGPU: Move LightModelParameters into LibGPU
This commit is contained in:
parent
5a5596b381
commit
5bf224708f
Notes:
sideshowbarker
2024-07-17 14:23:00 +09:00
Author: https://github.com/sunverwerth
Commit: 5bf224708f
Pull-request: https://github.com/SerenityOS/serenity/pull/13294
Reviewed-by: https://github.com/Quaker762 ✅
Reviewed-by: https://github.com/creator1creeper1
Reviewed-by: https://github.com/gmta
3 changed files with 26 additions and 11 deletions
|
@ -1198,7 +1198,7 @@ void Device::set_options(RasterizerOptions const& options)
|
|||
setup_blend_factors();
|
||||
}
|
||||
|
||||
void Device::set_light_model_params(LightModelParameters const& lighting_model)
|
||||
void Device::set_light_model_params(GPU::LightModelParameters const& lighting_model)
|
||||
{
|
||||
m_lighting_model = lighting_model;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue