Summary: | Add Support for Vulkan (group) | ||
---|---|---|---|
Product: | [JogAmp] Jogl | Reporter: | Sven Gothel <sgothel> |
Component: | vulkan | Assignee: | Sven Gothel <sgothel> |
Status: | CONFIRMED --- | ||
Severity: | enhancement | CC: | gouessej, harvey.harrison, org.jogamp, rami.santina, wwalker3, xerxes |
Priority: | --- | ||
Version: | tbd | ||
Hardware: | All | ||
OS: | all | ||
Type: | FEATURE | SCM Refs: | |
Workaround: | --- | ||
Bug Depends on: | 1138, 1139, 1140 | ||
Bug Blocks: |
Description
Sven Gothel
2015-03-04 15:41:16 CET
Detailed discussions and work items shall be performed in its own bug entry depending on this group bug entry. (In reply to comment #0) > - It seems that Vulkan and OpenCL 2.1 API > will have a common API subset (command queue/buffer, ..). > How can we expose a common interface / implementation? See Bug 1138 Fixed dependency, which was vice versa .. https://www.khronos.org/vulkan/ Khronos launched the Vulkan 1.0 specification on February 16th, 2016 and Khronos members released Vulkan drivers and SDKs on the same day. The very first step consists in loading the native libraries of Vulkan (libvulkan.so.1 under GNU Linux, vulkan-1 under Windows). I'll have to find a graphics card compatible with this API. The Vulkan API registry can be found here: https://raw.githubusercontent.com/KhronosGroup/Vulkan-Headers/main/registry/vk.xml Feel free to create a separate bug report for the parsing of this file. |