Merge remote-tracking branch 'origin/master' into gi

This commit is contained in:
Wojciech Figat
2022-06-15 10:37:24 +02:00
390 changed files with 1081 additions and 2517 deletions

View File

@@ -11,9 +11,8 @@
/// </summary>
API_CLASS(Static) class FLAXENGINE_API Graphics
{
DECLARE_SCRIPTING_TYPE_NO_SPAWN(Graphics);
DECLARE_SCRIPTING_TYPE_NO_SPAWN(Graphics);
public:
/// <summary>
/// Enables rendering synchronization with the refresh rate of the display device to avoid "tearing" artifacts.
/// </summary>
@@ -75,7 +74,6 @@ public:
API_FIELD() static PostProcessSettings PostProcessSettings;
public:
/// <summary>
/// Disposes the device.
/// </summary>