Merge branch 'flaxapi_fixes' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-flaxapi_fixes

This commit is contained in:
Wojtek Figat
2023-05-30 10:28:03 +02:00
3 changed files with 3 additions and 3 deletions

View File

@@ -360,7 +360,7 @@ API_ENUM() enum class CullMode : byte
/// <summary>
/// Render target blending mode descriptor.
/// </summary>
API_STRUCT() struct BlendingMode
API_STRUCT() struct FLAXENGINE_API BlendingMode
{
DECLARE_SCRIPTING_TYPE_MINIMAL(BlendingMode);

View File

@@ -20,7 +20,7 @@ public:
/// <summary>
/// Pipeline state description
/// </summary>
API_STRUCT() struct Description
API_STRUCT() struct FLAXENGINE_API Description
{
DECLARE_SCRIPTING_TYPE_NO_SPAWN(Description);

View File

@@ -12,7 +12,7 @@
/// <summary>
/// Profiler tools for development. Allows to gather profiling data and events from the engine.
/// </summary>
API_CLASS(Static) class ProfilingTools
API_CLASS(Static) class FLAXENGINE_API ProfilingTools
{
DECLARE_SCRIPTING_TYPE_NO_SPAWN(ProfilingTools);
public: