use correct vendor id
authorJacob Lifshay <programmerjake@gmail.com>
Mon, 11 Sep 2017 11:52:21 +0000 (04:52 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Mon, 11 Sep 2017 11:52:21 +0000 (04:52 -0700)
Closes #1

src/vulkan/api_objects.h

index 8cb1bcce8da762cbdebd56c9de4c12363d022a64..661404111e1b7ff2918cbc57662ab955b4ebaac2 100644 (file)
@@ -1164,8 +1164,7 @@ struct Vulkan_physical_device
           properties{
               .apiVersion = VK_MAKE_VERSION(1, 0, VK_HEADER_VERSION),
               .driverVersion = 0,
-#warning change vendorID to the correct value
-              .vendorID = 0x12345678UL,
+              .vendorID = 0x10003UL,
               .deviceID = 0,
               .deviceType = VK_PHYSICAL_DEVICE_TYPE_CPU,
               .deviceName = "Kazan Software Renderer",