mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:07:34 +00:00
LibGL+LibGPU+LibSoftGPU: Move StencilConfiguration.h to LibGPU
This commit is contained in:
parent
b652db1f54
commit
e416380826
8 changed files with 73 additions and 41 deletions
|
@ -175,7 +175,7 @@ private:
|
|||
unsigned m_num_levels { 0 };
|
||||
unsigned m_num_layers { 0 };
|
||||
|
||||
FixedArray<RefPtr<Typed3DBuffer<ColorType>>> m_mipmap_buffers;
|
||||
FixedArray<RefPtr<Typed3DBuffer<GPU::ColorType>>> m_mipmap_buffers;
|
||||
|
||||
bool m_width_is_power_of_two { false };
|
||||
bool m_height_is_power_of_two { false };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue