Skip to content

Commit bbda89c

Browse files
authored
Update vk.0.0.constants.cs
1 parent aa6dabd commit bbda89c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Exomia.Vulkan.Api.Core/vk.0.0.constants.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace Exomia.Vulkan.Api.Core;
1515
/// <content>
1616
/// VK_VERSION_0_0.constants - vulkan
1717
/// </content>
18-
public static class Vk
18+
public static class partial Vk
1919
{
2020
public const uint VK_MAX_PIPELINE_BINARY_KEY_SIZE_KHR = 32;
21-
}
21+
}

0 commit comments

Comments
 (0)