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')
-rw-r--r--source/blender/gpu/intern/gpu_material.c18
1 files changed, 1 insertions, 17 deletions
diff --git a/source/blender/gpu/intern/gpu_material.c b/source/blender/gpu/intern/gpu_material.c
index f5051a1d767..f3df10af518 100644
--- a/source/blender/gpu/intern/gpu_material.c
+++ b/source/blender/gpu/intern/gpu_material.c
@@ -77,25 +77,9 @@ struct GPUMaterial {
ListBase inputs; /* GPUInput */
GPUVertAttrLayers attrs;
int builtins;
- int alpha, obcolalpha;
- int dynproperty;
-
- /* for passing uniforms */
- int viewmatloc, invviewmatloc;
- int obmatloc, invobmatloc;
- int localtoviewmatloc, invlocaltoviewmatloc;
- int obcolloc, obautobumpscaleloc;
- int cameratexcofacloc;
-
- int partscalarpropsloc;
- int partcoloc;
- int partvel;
- int partangvel;
-
- int objectinfoloc;
/* XXX: Should be in Material. But it depends on the output node
- * used and since the output selection is difference for GPUMaterial...
+ * used and since the output selection is different for GPUMaterial...
*/
int domain;