Ver Fonte

Travis CI: API documentation update at 2016-04-05 11:40:12 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/0c10106cd83472f382aeb36963343bf02d9b6627

Message: Dummy implementation for D3D9 Texture2DArray. Texture2DArray Lua bindings.

urho3d-travis-ci há 9 anos atrás
pai
commit
1f2ee21135
2 ficheiros alterados com 21 adições e 1 exclusões
  1. 20 0
      Docs/LuaScriptAPI.dox
  2. 1 1
      Source/Urho3D/.soversion

+ 20 - 0
Docs/LuaScriptAPI.dox

@@ -185,6 +185,7 @@ namespace Urho3D
 <a href="#Class_Text3D"><b>Text3D</b></a>
 <a href="#Class_Texture"><b>Texture</b></a>
 <a href="#Class_Texture2D"><b>Texture2D</b></a>
+<a href="#Class_Texture2DArray"><b>Texture2DArray</b></a>
 <a href="#Class_Texture3D"><b>Texture3D</b></a>
 <a href="#Class_TextureCube"><b>TextureCube</b></a>
 <a href="#Class_TextureFrame"><b>TextureFrame</b></a>
@@ -6106,6 +6107,25 @@ Properties:
 
 - RenderSurface* renderSurface (readonly)
 
+<a name="Class_Texture2DArray"></a>
+### Texture2DArray : Texture
+
+Methods:
+
+- Texture2DArray() (GC)
+- Texture2DArray* new()
+- void delete()
+- void SetLayers(unsigned layers)
+- bool SetSize(unsigned layers, int width, int height, unsigned format, TextureUsage usage = TEXTURE_STATIC)
+- bool SetData(unsigned layer, Image* image, bool useAlpha = false)
+- unsigned GetLayers() const
+- RenderSurface* GetRenderSurface() const
+
+Properties:
+
+- unsigned layers
+- RenderSurface* renderSurface (readonly)
+
 <a name="Class_Texture3D"></a>
 ### Texture3D : Texture
 

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.205
+0.0.206