From: Jacob Lifshay Date: Mon, 11 Sep 2017 11:52:21 +0000 (-0700) Subject: use correct vendor id X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=552007c71854fb75d961dadee1be817fec11528d;p=kazan.git use correct vendor id Closes #1 --- diff --git a/src/vulkan/api_objects.h b/src/vulkan/api_objects.h index 8cb1bcc..6614041 100644 --- a/src/vulkan/api_objects.h +++ b/src/vulkan/api_objects.h @@ -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",