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:
authorMaxime Curioni <maxime.curioni@gmail.com>2008-10-01 19:03:35 +0400
committerMaxime Curioni <maxime.curioni@gmail.com>2008-10-01 19:03:35 +0400
commit06d2d97605381db00a212ccc6df09ca250b496d6 (patch)
tree197beed4a7c133054676fe0f4385139878b35fdf /source/blender/freestyle/FRS_freestyle.h
parent204f48c74e3a6f8a940aefea07f42e2a160d4171 (diff)
soc-2008-mxcurioni: refactored Freestyle API to prepare for both rendering modes (OpenGL and Blender internal), applied a patch to allow CMake to be used for compilation.
Diffstat (limited to 'source/blender/freestyle/FRS_freestyle.h')
-rw-r--r--source/blender/freestyle/FRS_freestyle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/freestyle/FRS_freestyle.h b/source/blender/freestyle/FRS_freestyle.h
index 20ff6b72231..b736e767835 100644
--- a/source/blender/freestyle/FRS_freestyle.h
+++ b/source/blender/freestyle/FRS_freestyle.h
@@ -9,7 +9,7 @@ extern "C" {
void FRS_initialize();
void FRS_prepare(Render* re);
- void FRS_execute(Render* re, int render_in_layer);
+ void FRS_render_GL(Render* re);
#ifdef __cplusplus
}