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:
@@ -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"
|
||||
|
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user