We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e9965d commit 5696743Copy full SHA for 5696743
src/Vulkan/Version.hpp
@@ -24,7 +24,7 @@ namespace Vulkan
24
{
25
// NVIDIA specific driver versioning.
26
// https://github.com/SaschaWillems/VulkanCapsViewer/blob/master/vulkanDeviceInfo.cpp
27
- // 10 bits = major version (up to r1023)
+ // 10 bits = major version (up to 1023)
28
// 8 bits = minor version (up to 255)
29
// 8 bits = secondary branch version/build version (up to 255)
30
// 6 bits = tertiary branch/build version (up to 63)
0 commit comments