mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -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 = {
|
||||
.sType = VK_STRUCTURE_TYPE_APPLICATION_INFO,
|
||||
.pApplicationName = "Hello world app",
|
||||
.pApplicationName = "PipeWire",
|
||||
.applicationVersion = 0,
|
||||
.pEngineName = "awesomeengine",
|
||||
.pEngineName = "PipeWire Vulkan Engine",
|
||||
.engineVersion = 0,
|
||||
.apiVersion = VK_API_VERSION_1_1
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue