Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/nodes/shader/node_shader_util.h')
-rw-r--r--source/blender/nodes/shader/node_shader_util.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/nodes/shader/node_shader_util.h b/source/blender/nodes/shader/node_shader_util.h
index 19976ada3ec..369defe490f 100644
--- a/source/blender/nodes/shader/node_shader_util.h
+++ b/source/blender/nodes/shader/node_shader_util.h
@@ -73,7 +73,6 @@
#include "IMB_imbuf.h"
#include "RE_pipeline.h"
-#include "RE_render_ext.h"
#include "RE_shader_ext.h"
#include "GPU_material.h"
@@ -83,10 +82,6 @@
typedef struct ShaderCallData {
ShadeInput *shi; /* from render pipe */
ShadeResult *shr; /* from render pipe */
-
- TexResult *texres;
- float *co;
- float *dxt, *dyt;
} ShaderCallData;
/* output socket defines */