[20:19:49] *** echelog-3 <echelog-3!~echelog-3@108.61.103.42> has joined ##vulkan
[20:23:48] *** Fats <Fats!fats@gateway/vpn/privateinternetaccess/fats> has quit IRC (Remote host closed the connection)
[20:24:56] *** Fats <Fats!fats@gateway/vpn/privateinternetaccess/fats> has joined ##vulkan
[20:38:52] *** davr0s <davr0s!~textual@host109-150-28-226.range109-150.btcentralplus.com> has joined ##vulkan
[20:59:42] *** emersont1 <emersont1!~emersont1@host109-155-5-173.range109-155.btcentralplus.com> has joined ##vulkan
[21:11:07] *** alexge50 <alexge50!~alexge50@unaffiliated/alexge50> has quit IRC (Ping timeout: 240 seconds)
[21:13:35] *** mirv_ <mirv_!~mirv@xoreos/mirv> has joined ##vulkan
[21:43:46] *** davr0s <davr0s!~textual@host109-150-28-226.range109-150.btcentralplus.com> has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[22:12:32] *** emersont1 <emersont1!~emersont1@host109-155-5-173.range109-155.btcentralplus.com> has quit IRC (Ping timeout: 245 seconds)
[22:13:05] *** emersont1 <emersont1!~emersont1@2a00:23c5:2e19:c400:977:f486:fb4d:791f> has joined ##vulkan
[22:14:47] *** davr0s <davr0s!~textual@host109-150-28-226.range109-150.btcentralplus.com> has joined ##vulkan
[22:17:30] *** Deluxe <Deluxe!~Deluxe@212.4.150.151> has quit IRC (Read error: Connection reset by peer)
[22:18:37] *** Deluxe <Deluxe!~Deluxe@212.4.150.151> has joined ##vulkan
[22:19:18] *** RicardasSim <RicardasSim!~RicardasS@78-63-172-44.static.zebra.lt> has quit IRC (Quit: Leaving)
[22:22:13] *** crysikrend <crysikrend!~crysikren@2a00:23c4:d892:d100:446:6891:fafa:6f4b> has joined ##vulkan
[22:23:36] <crysikrend> Hey everyone, so I'm trying to build a project with vulkan and vulkan-hpp using cmake and C++. There is no code in the actual project except for the hpp. I'm failing a static assertion and I would like some information about how I remedy this. I'm on Arch Linux, and I've made sure to update all my vulkan packages.
[22:23:49] <crysikrend> error: static_assertion failed: Wrong VK_HEADER_VERSION!
[22:24:10] <crysikrend> static_assert( VK_HEADER_VERSION == 100, "Wrong VK_HEADER_VERSION!" );
[22:25:22] *** blackpawn <blackpawn!blackpawn@gateway/vpn/privateinternetaccess/blackpawn> has joined ##vulkan
[22:30:12] <crysikrend> what exactly do I need to do to get this code to compile exactly? Vulkan Headers are set to 1.1.102-1, does that mean I'm two versions ahead? Shame that vulkan-hpp isn't current?
[22:30:47] *** davr0s <davr0s!~textual@host109-150-28-226.range109-150.btcentralplus.com> has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[22:34:07] *** slime73 <slime73!~slime73@24.215.81.93> has joined ##vulkan
[22:43:29] *** Deluxe <Deluxe!~Deluxe@212.4.150.151> has quit IRC (Remote host closed the connection)
[22:44:56] *** jfpoole <jfpoole!~textual@72.143.113.107> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[22:45:00] <turol> crysikrend: your vulkan_core.h and vulkan.hpp don't match
[22:45:07] <turol> where did you get them?
[22:45:10] <turol> what os are you using?
[22:46:24] *** Deluxe <Deluxe!~Deluxe@212.4.150.151> has joined ##vulkan
[22:50:14] *** emersont1 <emersont1!~emersont1@2a00:23c5:2e19:c400:977:f486:fb4d:791f> has quit IRC (Ping timeout: 258 seconds)
[23:01:55] *** Deluxe <Deluxe!~Deluxe@212.4.150.151> has quit IRC (Remote host closed the connection)
[23:02:06] <crysikrend> turol:Apologies I was in the shower while I waited for replies
[23:02:35] *** Deluxe_ <Deluxe_!~Deluxe@212.4.150.151> has quit IRC (Remote host closed the connection)
[23:02:41] <crysikrend> my vulkan.hpp is from the official git repo
[23:03:05] <crysikrend> where would vulkan_core.h be? Is that a file I need to have in my project in order to use vuklan.hpp?
[23:03:42] *** Deluxe <Deluxe!~Deluxe@212.4.150.151> has joined ##vulkan
[23:03:44] *** davr0s <davr0s!~textual@host109-150-28-226.range109-150.btcentralplus.com> has joined ##vulkan
[23:04:13] *** Deluxe_ <Deluxe_!~Deluxe@212.4.150.151> has joined ##vulkan
[23:06:00] *** R2robot <R2robot!~R2robot@unaffiliated/r2ro> has joined ##vulkan
[23:06:54] <turol> crysikrend: probably under /usr/include/vulkan
[23:06:59] <turol> that's where debian puts it
[23:07:08] <turol> if it's not, try "locate vulkan.h"
[23:07:22] <turol> but you should get all headers from the same location
[23:07:38] <turol> either everything from distro repo or everything from github
[23:07:40] <crysikrend> no it is in there :)
[23:07:44] <turol> or lunarg sdk or something
[23:08:28] <turol> vulkan.hpp is part of the official headers now so it should be in there too
[23:08:35] <turol> if it's not, complain to arch maintainers
[23:08:57] <crysikrend> As suspected, my vulkan core version is 102
[23:09:36] *** Deluxe_ <Deluxe_!~Deluxe@212.4.150.151> has quit IRC (Remote host closed the connection)
[23:10:42] <crysikrend> but HPP wants 100, which is annoying :(
[23:11:09] <turol> is there a .hpp in /usr/include/vulkan ?
[23:11:44] <crysikrend> No HPP files
[23:11:48] <crysikrend> just h and CPPs
[23:11:58] <turol> check if arch put it in a separate package
[23:12:02] <turol> don't know how arch works
[23:12:07] <turol> i don't use arch
[23:12:12] <crysikrend> what hpp file are you looking for exactly?
[23:12:19] <turol> vulkan.hpp
[23:12:31] <crysikrend> I'm building that as part of my project, it's not in my packages
[23:12:36] <turol> there should be a matching version of it with vulkan.h and vulkan_core.h
[23:12:38] <turol> you shouldn't
[23:15:38] <crysikrend> hmm I don't know how I'd install the hpp file then
[23:16:46] <turol> consult your distro manual / wiki / forums / maintainers
[23:17:06] <turol> or just get the lunarg sdk
[23:17:10] <turol> it has all the necessary bits
[23:17:10] <crysikrend> oh lmao
[23:17:27] <crysikrend> you're right, building it as part of the project was the problem. I just get it for free with the headers I guess
[23:17:55] <crysikrend> well that's helpful haha whoops
[23:20:06] <crysikrend> thank you
[23:35:38] *** crysikrend <crysikrend!~crysikren@2a00:23c4:d892:d100:446:6891:fafa:6f4b> has quit IRC (Quit: WeeChat 2.4)
[23:40:31] *** glYoda <glYoda!~MTLYoda@c-73-25-27-206.hsd1.or.comcast.net> has quit IRC (Quit: glYoda)