summaryrefslogtreecommitdiffstats
path: root/o3d/plugin/idl/effect.idl
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/plugin/idl/effect.idl')
-rw-r--r--o3d/plugin/idl/effect.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/plugin/idl/effect.idl b/o3d/plugin/idl/effect.idl
index b6d2243..3066a20 100644
--- a/o3d/plugin/idl/effect.idl
+++ b/o3d/plugin/idl/effect.idl
@@ -191,7 +191,7 @@ typedef EffectStreamInfo[] EffectStreamInfoArray;
[userglue] EffectStreamInfoArray GetStreamInfo();
%[
- \var Property,
+ \var MatrixLoadOrder,
\li ROW_MAJOR, Matrix parameters are loaded in row-major order (DX-style).
\li COLUMN_MAJOR, Matrix parameters are loaded in column-major order
(OpenGL-style).