Cleanup: split GPU_batch

Split out presets and utilities for creating batches.
These functions are quite specialized and not related to typical usage.
This commit is contained in:
2018-07-15 10:34:31 +02:00
parent 52ebbeedc9
commit 09431033e9
15 changed files with 386 additions and 267 deletions

View File

@@ -45,6 +45,7 @@
#include "GPU_matrix.h"
#include "GPU_select.h"
#include "GPU_batch.h"
#include "GPU_batch_utils.h"
#include "GPU_state.h"
#include "RNA_access.h"