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

@@ -55,6 +55,7 @@
#include "BLF_api.h"
#include "GPU_batch.h"
#include "GPU_batch_presets.h"
#include "GPU_immediate.h"
#include "GPU_immediate_util.h"
#include "GPU_matrix.h"