1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:07:35 +00:00

LibGPU+LibSoftGPU: Move LightModelParameters into LibGPU

This commit is contained in:
Stephan Unverwerth 2022-03-27 15:32:40 +02:00 committed by Andreas Kling
parent 5a5596b381
commit 5bf224708f
3 changed files with 26 additions and 11 deletions

View file

@ -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;
}