Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Makefile:77: [ext (Makefile)]
- bin/config.mk.defaults:51: [ext (Makefile)]
- bin/config.mk.defaults:52: [ext (Makefile)]
- Makefile:13: [ext (Makefile)]
- Makefile:117: [bin (Makefile)]
- bin/config.mk.defaults:51: [bin (Makefile)]
- Makefile:78: [ext (Makefile)]
- bin/config.mk.defaults:52: [bin (Makefile)]
- Makefile:13: [bin (Makefile)]
- Makefile:81: [src (ext Makefile)]
- bin/config.mk.defaults:51: [src (ext Makefile)]
- Makefile:118: [bin (Makefile)]
- bin/config.mk.defaults:52: [src (ext Makefile)]
- Makefile:13: [src (ext Makefile)]
- Makefile:119: [bin (Makefile)]
- Makefile:82: [src (ext Makefile)]
- qvk/qvk.c:62:25: error: use of undeclared identifier 'VK_API_VERSION_1_3'
- .apiVersion = VK_API_VERSION_1_3,
- ^
- qvk/qvk.c:433:3: error: unknown type name 'VkPhysicalDeviceMaintenance4Features'; did you mean 'VkPhysicalDeviceMaintenance3Properties'?
- VkPhysicalDeviceMaintenance4Features maintenance4 = {
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- VkPhysicalDeviceMaintenance3Properties
- /usr/include/vulkan/vulkan_core.h:4722:3: note: 'VkPhysicalDeviceMaintenance3Properties' declared here
- } VkPhysicalDeviceMaintenance3Properties;
- ^
- qvk/qvk.c:434:14: error: use of undeclared identifier 'VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES'; did you mean 'VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_3_PROPERTIES'?
- .sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES,
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_3_PROPERTIES
- /usr/include/vulkan/vulkan_core.h:263:5: note: 'VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_3_PROPERTIES' declared here
- VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_3_PROPERTIES = 1000168000,
- ^
- 3 errors generated.
- make[2]: *** [Makefile:68: qvk/qvk.o] Fehler 1
- make[2]: *** Es wird auf noch nicht beendete Prozesse gewartet....
- make[1]: *** [Makefile:82: src] Fehler 2
- make: *** [Makefile:10: debug] Fehler 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement