1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:07:36 +00:00

LibGL+LibGPU+LibSoftGPU: Move Material.h to LibGPU

This commit is contained in:
Stephan Unverwerth 2022-03-27 15:07:53 +02:00 committed by Andreas Kling
parent 7da9447619
commit b652db1f54
5 changed files with 8 additions and 8 deletions

View file

@ -439,7 +439,7 @@ private:
// Lighting configuration
bool m_lighting_enabled { false };
Vector<GPU::Light> m_light_states;
Array<SoftGPU::Material, 2u> m_material_states;
Array<GPU::Material, 2u> m_material_states;
// Color material
bool m_color_material_enabled { false };