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:
parent
5a5596b381
commit
5bf224708f
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