Skip to content

Commit

Permalink
Update generated code to spec version 1.2.157
Browse files Browse the repository at this point in the history
  • Loading branch information
mossseank committed Oct 16, 2020
1 parent ffd16c7 commit 73b4460
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Generator/Generator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Platforms>x64</Platforms>
<AssemblyName>VVKGen</AssemblyName>
<Nullable>enable</Nullable>
<Version>1.2.156</Version>
<Version>1.2.157.0</Version>
<Authors>Sean Moss</Authors>
<Company>N/A</Company>
<Product>VVK</Product>
Expand All @@ -16,8 +16,8 @@
<PackageProjectUrl>https://github.com/VegaLib/VVK</PackageProjectUrl>
<RepositoryUrl>https://github.com/VegaLib/VVK</RepositoryUrl>
<PackageTags>Vulkan, Graphics, Generator, Wrapper, API, C# 9</PackageTags>
<AssemblyVersion>1.2.156.0</AssemblyVersion>
<FileVersion>1.2.156.0</FileVersion>
<AssemblyVersion>1.2.157.0</AssemblyVersion>
<FileVersion>1.2.157.0</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
Expand Down
1 change: 0 additions & 1 deletion VVK/Generated/Vk.Enums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1927,7 +1927,6 @@ public enum StructureType : int
BindBufferMemoryInfoKHR = 1000157000,
BindImageMemoryInfoKHR = 1000157001,
DrmFormatModifierPropertiesListEXT = 1000158000,
DrmFormatModifierPropertiesEXT = 1000158001,
PhysicalDeviceImageDrmFormatModifierInfoEXT = 1000158002,
ImageDrmFormatModifierListCreateInfoEXT = 1000158003,
ImageDrmFormatModifierExplicitCreateInfoEXT = 1000158004,
Expand Down
6 changes: 3 additions & 3 deletions VVK/VVK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<Platforms>x64</Platforms>
<RootNamespace>VVK</RootNamespace>
<Version>1.2.156.0</Version>
<Version>1.2.157.0</Version>
<Authors>Sean Moss</Authors>
<Company>N/A</Company>
<Description>C# bindings and utilities for Vulkan in .NET 5</Description>
Expand All @@ -15,8 +15,8 @@
<PackageTags>Vulkan, Graphics, Wrapper, Utilities</PackageTags>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AssemblyVersion>1.2.156.0</AssemblyVersion>
<FileVersion>1.2.156.0</FileVersion>
<AssemblyVersion>1.2.157.0</AssemblyVersion>
<FileVersion>1.2.157.0</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
Expand Down

0 comments on commit 73b4460

Please sign in to comment.