Skip to content

Commit

Permalink
vk_platform.cpp: specify vulkan version in application info
Browse files Browse the repository at this point in the history
  • Loading branch information
vitor-k committed Nov 4, 2023
1 parent 4620273 commit 7c58010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video_core/renderer_vulkan/vk_platform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ vk::UniqueInstance CreateInstance(const Common::DynamicLibrary& library,
.applicationVersion = VK_MAKE_VERSION(1, 0, 0),
.pEngineName = "Citra Vulkan",
.engineVersion = VK_MAKE_VERSION(1, 0, 0),
.apiVersion = available_version,
.apiVersion = VK_API_VERSION_1_1,
};

boost::container::static_vector<const char*, 2> layers;
Expand Down

0 comments on commit 7c58010

Please sign in to comment.