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:
parent
7da9447619
commit
b652db1f54
5 changed files with 8 additions and 8 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue