Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file modified build/cache/assimp.json.gz
Binary file not shown.
Binary file modified build/cache/cl.json.gz
Binary file not shown.
Binary file modified build/cache/core.json.gz
Binary file not shown.
Binary file modified build/cache/d3d11.json.gz
Binary file not shown.
Binary file modified build/cache/d3d12.json.gz
Binary file not shown.
Binary file modified build/cache/d3d9.json.gz
Binary file not shown.
Binary file modified build/cache/d3dcompiler.json.gz
Binary file not shown.
Binary file modified build/cache/dxgi.json.gz
Binary file not shown.
Binary file modified build/cache/dxva.json.gz
Binary file not shown.
Binary file modified build/cache/sdl.json.gz
Binary file not shown.
Binary file modified build/cache/vulkan.json.gz
Binary file not shown.
Binary file modified build/cache/vulkan_video.json.gz
Binary file not shown.
Binary file modified build/cache/win32extras.json.gz
Binary file not shown.
Binary file modified build/cache/xaudio.json.gz
Binary file not shown.
1 change: 1 addition & 0 deletions src/Assimp/Silk.NET.Assimp/Enums/AnimBehaviour.gen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

namespace Silk.NET.Assimp
{
[Flags]
[NativeName("Name", "aiAnimBehaviour")]
public enum AnimBehaviour : int
{
Expand Down
1 change: 1 addition & 0 deletions src/Assimp/Silk.NET.Assimp/Enums/BlendMode.gen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

namespace Silk.NET.Assimp
{
[Flags]
[NativeName("Name", "aiBlendMode")]
public enum BlendMode : int
{
Expand Down
1 change: 1 addition & 0 deletions src/Assimp/Silk.NET.Assimp/Enums/DefaultLogStream.gen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

namespace Silk.NET.Assimp
{
[Flags]
[NativeName("Name", "aiDefaultLogStream")]
public enum DefaultLogStream : int
{
Expand Down
1 change: 1 addition & 0 deletions src/Assimp/Silk.NET.Assimp/Enums/ImporterFlags.gen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

namespace Silk.NET.Assimp
{
[Flags]
[NativeName("Name", "aiImporterFlags")]
public enum ImporterFlags : int
{
Expand Down
1 change: 1 addition & 0 deletions src/Assimp/Silk.NET.Assimp/Enums/LightSourceType.gen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

namespace Silk.NET.Assimp
{
[Flags]
[NativeName("Name", "aiLightSourceType")]
public enum LightSourceType : int
{
Expand Down
1 change: 1 addition & 0 deletions src/Assimp/Silk.NET.Assimp/Enums/MorphingMethod.gen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

namespace Silk.NET.Assimp
{
[Flags]
[NativeName("Name", "aiMorphingMethod")]
public enum MorphingMethod : int
{
Expand Down
1 change: 1 addition & 0 deletions src/Assimp/Silk.NET.Assimp/Enums/Origin.gen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

namespace Silk.NET.Assimp
{
[Flags]
[NativeName("Name", "aiOrigin")]
public enum Origin : int
{
Expand Down
1 change: 1 addition & 0 deletions src/Assimp/Silk.NET.Assimp/Enums/PrimitiveType.gen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

namespace Silk.NET.Assimp
{
[Flags]
[NativeName("Name", "aiPrimitiveType")]
public enum PrimitiveType : int
{
Expand Down
1 change: 1 addition & 0 deletions src/Assimp/Silk.NET.Assimp/Enums/PropertyTypeInfo.gen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

namespace Silk.NET.Assimp
{
[Flags]
[NativeName("Name", "aiPropertyTypeInfo")]
public enum PropertyTypeInfo : int
{
Expand Down
1 change: 1 addition & 0 deletions src/Assimp/Silk.NET.Assimp/Enums/TextureFlags.gen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

namespace Silk.NET.Assimp
{
[Flags]
[NativeName("Name", "aiTextureFlags")]
public enum TextureFlags : int
{
Expand Down
1 change: 1 addition & 0 deletions src/Assimp/Silk.NET.Assimp/Enums/TextureMapMode.gen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

namespace Silk.NET.Assimp
{
[Flags]
[NativeName("Name", "aiTextureMapMode")]
public enum TextureMapMode : int
{
Expand Down
1 change: 1 addition & 0 deletions src/Assimp/Silk.NET.Assimp/Enums/TextureMapping.gen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

namespace Silk.NET.Assimp
{
[Flags]
[NativeName("Name", "aiTextureMapping")]
public enum TextureMapping : int
{
Expand Down
1 change: 1 addition & 0 deletions src/Assimp/Silk.NET.Assimp/Enums/TextureOp.gen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

namespace Silk.NET.Assimp
{
[Flags]
[NativeName("Name", "aiTextureOp")]
public enum TextureOp : int
{
Expand Down
13 changes: 11 additions & 2 deletions src/Core/Silk.NET.BuildTools/Common/Attribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,27 @@ public class Attribute
public override string ToString()
{
var sb = new StringBuilder();
sb.Append($"[{Name}(");
sb.Append($"[{Name}");
for (var index = 0; index < Arguments.Count; index++)
{
if (index == 0)
{
sb.Append('(');
}

var argument = Arguments[index];
sb.Append(argument);
if (index != Arguments.Count - 1)
{
sb.Append(", ");
}
else
{
sb.Append(')');
}
}

sb.Append(")]");
sb.Append(']');
return sb.ToString();
}

Expand Down
Loading