浏览代码

Travis CI: API documentation update at 2014-12-11 17:57:57 UTC.
[ci package]

urho3d-travis-ci 11 年之前
父节点
当前提交
ffa78ec4b3
共有 4 个文件被更改,包括 9 次插入1 次删除
  1. 3 0
      Docs/AngelScriptAPI.h
  2. 3 0
      Docs/LuaScriptAPI.dox
  3. 2 0
      Docs/ScriptAPI.dox
  4. 1 1
      Source/Engine/.soversion

+ 3 - 0
Docs/AngelScriptAPI.h

@@ -5306,6 +5306,8 @@ uint memoryUse;
 String name;
 String name;
 uint numTechniques;
 uint numTechniques;
 /* readonly */
 /* readonly */
+uint numUsedTextureUnits;
+/* readonly */
 bool occlusion;
 bool occlusion;
 /* readonly */
 /* readonly */
 int refs;
 int refs;
@@ -12226,6 +12228,7 @@ TU_LIGHTBUFFER,
 TU_VOLUMEMAP,
 TU_VOLUMEMAP,
 TU_ZONE,
 TU_ZONE,
 MAX_MATERIAL_TEXTURE_UNITS,
 MAX_MATERIAL_TEXTURE_UNITS,
+MAX_NAMED_TEXTURE_UNITS,
 MAX_TEXTURE_UNITS,
 MAX_TEXTURE_UNITS,
 };
 };
 
 

+ 3 - 0
Docs/LuaScriptAPI.dox

@@ -2872,6 +2872,7 @@ Methods:
 - CullMode GetShadowCullMode() const
 - CullMode GetShadowCullMode() const
 - const BiasParameters& GetDepthBias() const
 - const BiasParameters& GetDepthBias() const
 - unsigned GetAuxViewFrameNumber() const
 - unsigned GetAuxViewFrameNumber() const
+- unsigned GetNumUsedTextureUnits() const
 - bool GetOcclusion() const
 - bool GetOcclusion() const
 - bool GetSpecular() const
 - bool GetSpecular() const
 - Scene* GetScene() const
 - Scene* GetScene() const
@@ -2881,6 +2882,7 @@ Properties:
 - CullMode cullMode (readonly)
 - CullMode cullMode (readonly)
 - CullMode shadowCullMode (readonly)
 - CullMode shadowCullMode (readonly)
 - unsigned auxViewFrameNumber (readonly)
 - unsigned auxViewFrameNumber (readonly)
+- unsigned numUsedTextureUnits (readonly)
 - bool occlusion (readonly)
 - bool occlusion (readonly)
 - bool specular (readonly)
 - bool specular (readonly)
 - Scene* scene
 - Scene* scene
@@ -7060,6 +7062,7 @@ Properties:
 - int TU_LIGHTBUFFER
 - int TU_LIGHTBUFFER
 - int TU_VOLUMEMAP
 - int TU_VOLUMEMAP
 - int TU_ZONE
 - int TU_ZONE
+- int MAX_NAMED_TEXTURE_UNITS
 - int MAX_TEXTURE_UNITS
 - int MAX_TEXTURE_UNITS
 
 
 ### TextureUsage
 ### TextureUsage

+ 2 - 0
Docs/ScriptAPI.dox

@@ -6749,6 +6749,7 @@ Properties:
 - uint memoryUse // readonly
 - uint memoryUse // readonly
 - String name
 - String name
 - uint numTechniques
 - uint numTechniques
+- uint numUsedTextureUnits // readonly
 - bool occlusion // readonly
 - bool occlusion // readonly
 - int refs // readonly
 - int refs // readonly
 - Scene@ scene
 - Scene@ scene
@@ -12816,6 +12817,7 @@ Properties:
 - TU_VOLUMEMAP
 - TU_VOLUMEMAP
 - TU_ZONE
 - TU_ZONE
 - MAX_MATERIAL_TEXTURE_UNITS
 - MAX_MATERIAL_TEXTURE_UNITS
+- MAX_NAMED_TEXTURE_UNITS
 - MAX_TEXTURE_UNITS
 - MAX_TEXTURE_UNITS
 
 
 
 

+ 1 - 1
Source/Engine/.soversion

@@ -1 +1 @@
-0.0.54
+0.0.55