diff options
author | Taekyun Kim <tkq.kim@samsung.com> | 2013-12-27 16:56:30 +0900 |
---|---|---|
committer | ChunEon Park <hermet@hermet.pe.kr> | 2014-04-25 16:15:41 +0900 |
commit | 8fda63173063e03e1d48c8b026ecf8b94298162c (patch) | |
tree | c5988ae26377679bf58bf777148a6b1a6c5a3912 /src/lib/evas/Evas.h | |
parent | 96f9353f4c951dd5dd41a687e272ffe1c28bb9ba (diff) |
Evas: 3D: Introducing 3D scene rendering features
Enable 3D features using --enable-evas-3d=yes when configuring.
APIs are exposed through Evas_3D.h.
Currently, evas-3d is being supported only on gl_x11 engine.
Conflicts:
src/lib/evas/Evas_Eo.h
Diffstat (limited to 'src/lib/evas/Evas.h')
-rw-r--r-- | src/lib/evas/Evas.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/evas/Evas.h b/src/lib/evas/Evas.h index dc4d435712..05ac2c01e7 100644 --- a/src/lib/evas/Evas.h +++ b/src/lib/evas/Evas.h | |||
@@ -292,7 +292,6 @@ extern "C" { | |||
292 | #ifdef EFL_EO_API_SUPPORT | 292 | #ifdef EFL_EO_API_SUPPORT |
293 | #include <Evas_Eo.h> | 293 | #include <Evas_Eo.h> |
294 | #endif | 294 | #endif |
295 | |||
296 | #ifdef __cplusplus | 295 | #ifdef __cplusplus |
297 | } | 296 | } |
298 | #endif | 297 | #endif |