traits: use new util::variadic location
This commit is contained in:
parent
41fb2a0284
commit
6f429c1e35
@ -21,8 +21,9 @@
|
||||
#include "./fwd.hpp"
|
||||
#include "./vk.hpp"
|
||||
|
||||
#include <cruft/util/tuple.hpp>
|
||||
#include <cruft/util/variadic.hpp>
|
||||
|
||||
#include <tuple>
|
||||
#include <type_traits>
|
||||
|
||||
|
||||
@ -463,7 +464,7 @@ namespace cruft::vk {
|
||||
struct life_traits<VkQueue> {
|
||||
static constexpr auto& create = vkGetDeviceQueue;
|
||||
|
||||
static constexpr auto destroy = ::util::tuple::ignore<
|
||||
static constexpr auto destroy = ::util::variadic::ignore<
|
||||
native_t<owner_t<queue>>,
|
||||
native_t<queue>,
|
||||
const VkAllocationCallbacks*
|
||||
|
Loading…
Reference in New Issue
Block a user