Просмотр исходного кода

Travis CI: API documentation update at 2016-07-25 19:39:39 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/56ba0def78fa31e9420b53ffef910bad8a4cea34

Message: Add Graphics::SetDither(). Closes #1489.

urho3d-travis-ci 9 лет назад
Родитель
Сommit
79c7ded061
4 измененных файлов с 6 добавлено и 1 удалено
  1. 1 0
      Docs/AngelScriptAPI.h
  2. 3 0
      Docs/LuaScriptAPI.dox
  3. 1 0
      Docs/ScriptAPI.dox
  4. 1 1
      Source/Urho3D/.soversion

+ 1 - 0
Docs/AngelScriptAPI.h

@@ -5122,6 +5122,7 @@ bool deferredSupport;
 IntVector2 desktopResolution;
 /* readonly */
 bool deviceLost;
+bool dither;
 bool flushGPU;
 /* readonly */
 bool fullscreen;

+ 3 - 0
Docs/LuaScriptAPI.dox

@@ -2522,6 +2522,7 @@ Methods:
 - bool SetMode(int width, int height, bool fullscreen, bool borderless, bool resizable, bool highDPI, bool vsync, bool tripleBuffer, int multiSample)
 - bool SetMode(int width, int height)
 - void SetSRGB(bool enable)
+- void SetDither(bool enable)
 - void SetFlushGPU(bool enable)
 - void SetOrientations(const String orientations)
 - bool ToggleFullscreen()
@@ -2547,6 +2548,7 @@ Methods:
 - bool GetVSync() const
 - bool GetTripleBuffer() const
 - bool GetSRGB() const
+- bool GetDither() const
 - bool GetFlushGPU() const
 - const String GetOrientations() const
 - bool IsDeviceLost() const
@@ -2597,6 +2599,7 @@ Properties:
 - bool vSync (readonly)
 - bool tripleBuffer (readonly)
 - bool sRGB
+- bool dither
 - bool flushGPU
 - String orientations
 - bool deviceLost (readonly)

+ 1 - 0
Docs/ScriptAPI.dox

@@ -7064,6 +7064,7 @@ Properties:
 - bool deferredSupport // readonly
 - IntVector2 desktopResolution // readonly
 - bool deviceLost // readonly
+- bool dither
 - bool flushGPU
 - bool fullscreen // readonly
 - bool hardwareShadowSupport // readonly

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.241
+0.0.242