mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05:00
names: add vulkan compute source factory name
This commit is contained in:
parent
7fd6d6d820
commit
2d8bce7479
2 changed files with 6 additions and 1 deletions
|
|
@ -103,6 +103,10 @@ extern "C" {
|
|||
#define SPA_NAME_API_JACK_SOURCE "api.jack.source" /**< a jack source */
|
||||
#define SPA_NAME_API_JACK_SINK "api.jack.sink" /**< a jack sink */
|
||||
|
||||
/** keys for vulkan factory names */
|
||||
#define SPA_NAME_API_VULKAN_COMPUTE_SOURCE \
|
||||
"api.vulkan.compute.source" /**< a vulkan compute source. */
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue