vulkan-loader
No description set
- Devel package for openSUSE:Factory
-
14
derived packages
- Developed at SCM
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout X11:Wayland/vulkan-loader && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Vulkan-Loader-1.1.120.tar.xz | 0001252420 1.19 MB | |
_link | 0000000124 124 Bytes | |
_service | 0000000553 553 Bytes | |
baselibs.conf | 0000000011 11 Bytes | |
vulkan-loader.changes | 0000010073 9.84 KB | |
vulkan-loader.spec | 0000002891 2.82 KB |
Revision 27 (latest revision is 132)
Jan Engelhardt (jengelh)
committed
(revision 27)
- Update to new upstream release 1.1.120
Comments 4
Could you please add baselibs.conf so it was possible to run 32-bit vulkan applications on 64-bit systems?
I think there are some problems with linking
vulkan
withwayland
:Next command will show
fatal error: wayland-client.h: No such file or directory
only on openSUSE with bothvulkan-devel
andwayland-devel
installed:I would argue that the use of
-DVK_USE_PLATFORM_WAYLAND_KHR
is such an explicit and willful direct use of an extension[1] that you must also usepkg-config wayland-client --cflags --libs
, or make indirect use (if that exists?) of the Wayland extension(s).[1] https://www.glfw.org/docs/3.3/vulkan_guide.html 's opinion: “The VK_USE_PLATFORM_*_KHR macros do not need to be defined for the Vulkan part of GLFW to work. Define them only if you are using these extensions directly.”
I don't use GLFW at all, it's only shortest problem representation I found
However, I face this problem trying to use this golang package
As I found in the source, they use this flag
However, I think it still this package problem, or maybe wayland package
As I found, wayland headers in openSUSE only moved from
/usr/include
to/usr/include/wayland
Maintainer link this issue bugzilla.opensuse.org/795968 in spec file (line 149)
And while wayland headers moved, vulkan should be patched for this (or not vulkan, if different package used to keep this stuff together)