Cleanup: GPU: Remove Batch vao cache reset

This is done at drawtime automatically.
This commit is contained in:
2020-08-11 01:58:23 +02:00
parent efc97b3919
commit ac60a67b3f
18 changed files with 5 additions and 81 deletions

View File

@@ -46,11 +46,8 @@ struct GPUBatch *GPU_batch_preset_panel_drag_widget(const float pixelsize,
void gpu_batch_presets_init(void);
void gpu_batch_presets_register(struct GPUBatch *preset_batch);
bool gpu_batch_presets_unregister(struct GPUBatch *preset_batch);
void gpu_batch_presets_reset(void);
void gpu_batch_presets_exit(void);
void GPU_batch_presets_reset(void);
#ifdef __cplusplus
}
#endif