Browse Source

Travis CI: API documentation update at 2014-02-16 20:36:43 UTC.
[ci skip]

urho3d-travis-ci 12 years ago
parent
commit
4380a9c7cb
3 changed files with 10 additions and 0 deletions
  1. 3 0
      Docs/AngelScriptAPI.h
  2. 4 0
      Docs/LuaScriptAPI.dox
  3. 3 0
      Docs/ScriptAPI.dox

+ 3 - 0
Docs/AngelScriptAPI.h

@@ -2421,9 +2421,12 @@ Array<Vector3> vertices;
 class Graphics
 {
 // Methods:
+void BeginDumpShaders(const String&);
 void Close();
+void EndDumpShaders();
 void Maximize();
 void Minimize();
+void PrecacheShaders(File);
 void SendEvent(const String&, VariantMap& = VariantMap ( ));
 bool SetMode(int, int);
 bool SetMode(int, int, bool, bool, bool, bool, bool, int);

+ 4 - 0
Docs/LuaScriptAPI.dox

@@ -1424,6 +1424,10 @@ Methods:
 - void Minimize()
 - void Close()
 - bool TakeScreenShot(Image& destImage)
+- void BeginDumpShaders(const String fileName)
+- void EndDumpShaders()
+- void PrecacheShaders(Deserializer& source)
+- void PrecacheShaders(const String fileName)
 - bool IsInitialized() const
 - void* GetExternalWindow() const
 - const String GetWindowTitle() const

+ 3 - 0
Docs/ScriptAPI.dox

@@ -2042,9 +2042,12 @@ Properties:
 
 Methods:
 
+- void BeginDumpShaders(const String&)
 - void Close()
+- void EndDumpShaders()
 - void Maximize()
 - void Minimize()
+- void PrecacheShaders(File@)
 - void SendEvent(const String&, VariantMap& = VariantMap ( ))
 - bool SetMode(int, int)
 - bool SetMode(int, int, bool, bool, bool, bool, bool, int)