@@ -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);
@@ -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
@@ -2042,9 +2042,12 @@ Properties:
Methods:
+- void BeginDumpShaders(const String&)
- void Maximize()
+- void PrecacheShaders(File@)
- void SendEvent(const String&, VariantMap& = VariantMap ( ))
- bool SetMode(int, int)
- bool SetMode(int, int, bool, bool, bool, bool, bool, int)