mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:07:34 +00:00
LibSoftGPU: Remove Device::wait_for_all_threads()
This function was added as a FIXME but was then arbitrarily invoked in the rest of `Device`. We are better off removing this FIXME for now and reevaluate introducing multithreading later on, so the code is not littered with useless empty function calls.
This commit is contained in:
parent
4d53a87355
commit
6318522339
2 changed files with 0 additions and 24 deletions
|
@ -123,7 +123,6 @@ public:
|
|||
void blit_to(Gfx::Bitmap&);
|
||||
void blit_to_color_buffer_at_raster_position(Gfx::Bitmap const&);
|
||||
void blit_to_depth_buffer_at_raster_position(Vector<float> const&, size_t, size_t);
|
||||
void wait_for_all_threads() const;
|
||||
void set_options(const RasterizerOptions&);
|
||||
void set_light_model_params(const LightModelParameters&);
|
||||
RasterizerOptions options() const { return m_options; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue