Skip to content

Commit 5696743

Browse files
committed
Fixed NVIDIA driver version reporting.
1 parent 2e9965d commit 5696743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Vulkan/Version.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace Vulkan
2424
{
2525
// NVIDIA specific driver versioning.
2626
// https://github.com/SaschaWillems/VulkanCapsViewer/blob/master/vulkanDeviceInfo.cpp
27-
// 10 bits = major version (up to r1023)
27+
// 10 bits = major version (up to 1023)
2828
// 8 bits = minor version (up to 255)
2929
// 8 bits = secondary branch version/build version (up to 255)
3030
// 6 bits = tertiary branch/build version (up to 63)

0 commit comments

Comments
 (0)