Merge remote-tracking branch 'origin/master' into gi
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user