mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
vulkan: update some properties
This commit is contained in:
parent
97b3c6d1d5
commit
38169ec5db
1 changed files with 2 additions and 2 deletions
|
|
@ -87,9 +87,9 @@ static int createInstance(struct vulkan_state *d)
|
||||||
{
|
{
|
||||||
const VkApplicationInfo applicationInfo = {
|
const VkApplicationInfo applicationInfo = {
|
||||||
.sType = VK_STRUCTURE_TYPE_APPLICATION_INFO,
|
.sType = VK_STRUCTURE_TYPE_APPLICATION_INFO,
|
||||||
.pApplicationName = "Hello world app",
|
.pApplicationName = "PipeWire",
|
||||||
.applicationVersion = 0,
|
.applicationVersion = 0,
|
||||||
.pEngineName = "awesomeengine",
|
.pEngineName = "PipeWire Vulkan Engine",
|
||||||
.engineVersion = 0,
|
.engineVersion = 0,
|
||||||
.apiVersion = VK_API_VERSION_1_1
|
.apiVersion = VK_API_VERSION_1_1
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue