|
@@ -142,11 +142,11 @@ private:
|
|
|
|
|
|
|
|
void set_window_sort(GraphicsOutput *window, int sort);
|
|
void set_window_sort(GraphicsOutput *window, int sort);
|
|
|
|
|
|
|
|
- void cull_and_draw_together(const Windows &wlist, Thread *current_thread);
|
|
|
|
|
|
|
+ void cull_and_draw_together(Windows wlist, Thread *current_thread);
|
|
|
void cull_and_draw_together(GraphicsOutput *win, DisplayRegion *dr,
|
|
void cull_and_draw_together(GraphicsOutput *win, DisplayRegion *dr,
|
|
|
Thread *current_thread);
|
|
Thread *current_thread);
|
|
|
|
|
|
|
|
- void cull_to_bins(const Windows &wlist, Thread *current_thread);
|
|
|
|
|
|
|
+ void cull_to_bins(Windows wlist, Thread *current_thread);
|
|
|
void cull_to_bins(GraphicsOutput *win, GraphicsStateGuardian *gsg,
|
|
void cull_to_bins(GraphicsOutput *win, GraphicsStateGuardian *gsg,
|
|
|
DisplayRegion *dr, SceneSetup *scene_setup,
|
|
DisplayRegion *dr, SceneSetup *scene_setup,
|
|
|
CullResult *cull_result, Thread *current_thread);
|
|
CullResult *cull_result, Thread *current_thread);
|