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
commit 5bf224708f
Notes: sideshowbarker 2024-07-17 14:23:00 +09:00
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;
}