Skip to content

Commit

Permalink
WIP: fix CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe2933 committed Aug 31, 2024
1 parent 9c25c53 commit 64ab9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pool_sizes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ struct Queues {

[[nodiscard]] static auto getCreateInfos(vk::PhysicalDevice, const QueueFamilies &queueFamilies) noexcept
#ifdef _MSC_VER
-> vku::RefHolder<std::array<vk::DeviceQueueCreateInfo, 0>, std::array<float, 1>>
-> vku::RefHolder<std::array<vk::DeviceQueueCreateInfo, 1>, std::array<float, 1>>
#endif
{
return vku::RefHolder {
Expand Down

0 comments on commit 64ab9b7

Please sign in to comment.