GWN: Port to GPU module: Move files to GPU

This does not include all the struct and type renaming. Only files were
renamed.

gwn_batch.c/h was fusioned with GPU_batch.c/h
gwn_immediate.c/h was fusioned with GPU_immediate.c/h
gwn_imm_util.c/h was fusioned with GPU_immediate_util.c/h
This commit is contained in:
2018-07-17 21:11:23 +02:00
parent 6329629bb9
commit 247ad2034d
51 changed files with 1886 additions and 2137 deletions

View File

@@ -27,8 +27,8 @@
#include <Python.h>
#include "gawain/gwn_batch.h"
#include "gawain/gwn_vertex_format.h"
#include "GPU_batch.h"
#include "GPU_vertex_format.h"
#include "gwn_py_api.h"
#include "gwn_py_types.h"

View File

@@ -27,8 +27,8 @@
#include <Python.h>
#include "gawain/gwn_batch.h"
#include "gawain/gwn_vertex_format.h"
#include "GPU_batch.h"
#include "GPU_vertex_format.h"
#include "BLI_math.h"