Merge branch 'flaxapi_fixes' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-flaxapi_fixes
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user