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/freestyle/intern/rendering/GLDebugRenderer.h')
-rwxr-xr-xsource/blender/freestyle/intern/rendering/GLDebugRenderer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/freestyle/intern/rendering/GLDebugRenderer.h b/source/blender/freestyle/intern/rendering/GLDebugRenderer.h
index e0f97249645..9111d5067bc 100755
--- a/source/blender/freestyle/intern/rendering/GLDebugRenderer.h
+++ b/source/blender/freestyle/intern/rendering/GLDebugRenderer.h
@@ -109,7 +109,7 @@ protected:
*/
virtual void RenderTriangleStrip(const real *iVertices,
const real *iNormals,
- const Material *const* iMaterials,
+ const FrsMaterial *const* iMaterials,
const unsigned* iVIndices,
const unsigned* iNIndices,
const unsigned* iMIndices,
@@ -133,7 +133,7 @@ protected:
*/
virtual void RenderTriangleFan(const real *iVertices,
const real *iNormals,
- const Material *const*iMaterials,
+ const FrsMaterial *const*iMaterials,
const unsigned* iVIndices,
const unsigned* iNIndices,
const unsigned* iMIndices,
@@ -157,7 +157,7 @@ protected:
*/
virtual void RenderTriangles(const real *iVertices,
const real *iNormals,
- const Material *const* iMaterials,
+ const FrsMaterial *const* iMaterials,
const unsigned* iVIndices,
const unsigned* iNIndices,
const unsigned* iMIndices,