1*4882a593SmuzhiyunSUMMARY = "Vulkan Header files and API registry" 2*4882a593SmuzhiyunDESCRIPTION = "Vulkan is a 3D graphics and compute API providing cross-platform access \ 3*4882a593Smuzhiyunto modern GPUs with low overhead and targeting realtime graphics applications such as \ 4*4882a593Smuzhiyungames and interactive media. This package contains the development headers \ 5*4882a593Smuzhiyunfor packages wanting to make use of Vulkan." 6*4882a593SmuzhiyunHOMEPAGE = "https://www.khronos.org/vulkan/" 7*4882a593SmuzhiyunBUGTRACKER = "https://github.com/KhronosGroup/Vulkan-Headers" 8*4882a593SmuzhiyunSECTION = "libs" 9*4882a593Smuzhiyun 10*4882a593SmuzhiyunLICENSE = "Apache-2.0" 11*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" 12*4882a593SmuzhiyunSRC_URI = "git://github.com/KhronosGroup/Vulkan-Headers.git;branch=main;protocol=https" 13*4882a593Smuzhiyun 14*4882a593SmuzhiyunSRCREV = "1dace16d8044758d32736eb59802d171970e9448" 15*4882a593Smuzhiyun 16*4882a593SmuzhiyunS = "${WORKDIR}/git" 17*4882a593Smuzhiyun 18*4882a593Smuzhiyuninherit cmake 19*4882a593Smuzhiyun 20*4882a593SmuzhiyunFILES:${PN} += "${datadir}/vulkan" 21*4882a593Smuzhiyun 22*4882a593SmuzhiyunUPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)" 23