cruft/util: use new debug headers
This commit is contained in:
parent
705196eb03
commit
bf1d8e20ad
@ -13,7 +13,7 @@
|
|||||||
#include "./queue.hpp"
|
#include "./queue.hpp"
|
||||||
|
|
||||||
#include <cruft/util/cast.hpp>
|
#include <cruft/util/cast.hpp>
|
||||||
#include <cruft/util/debug.hpp>
|
#include <cruft/util/debug/assert.hpp>
|
||||||
|
|
||||||
using cruft::vk::device;
|
using cruft::vk::device;
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
#include "./except.hpp"
|
#include "./except.hpp"
|
||||||
|
|
||||||
#include <cruft/util/debug.hpp>
|
#include <cruft/util/debug/panic.hpp>
|
||||||
#include <cruft/util/preprocessor.hpp>
|
#include <cruft/util/preprocessor.hpp>
|
||||||
|
|
||||||
using cruft::vk::error;
|
using cruft::vk::error;
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
#include "./vk.hpp"
|
#include "./vk.hpp"
|
||||||
|
|
||||||
#include <cruft/util/debug.hpp>
|
#include <cruft/util/debug/assert.hpp>
|
||||||
#include <cruft/util/types/traits.hpp>
|
#include <cruft/util/types/traits.hpp>
|
||||||
|
|
||||||
#include <exception>
|
#include <exception>
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
#include "./device.hpp"
|
#include "./device.hpp"
|
||||||
|
|
||||||
#include <cruft/util/cast.hpp>
|
#include <cruft/util/cast.hpp>
|
||||||
#include <cruft/util/debug.hpp>
|
#include <cruft/util/debug/assert.hpp>
|
||||||
|
|
||||||
using cruft::vk::fence;
|
using cruft::vk::fence;
|
||||||
|
|
||||||
|
@ -13,12 +13,11 @@
|
|||||||
|
|
||||||
#include "./physical_device.hpp"
|
#include "./physical_device.hpp"
|
||||||
|
|
||||||
#include <cruft/util/debug.hpp>
|
|
||||||
|
|
||||||
using cruft::vk::object;
|
using cruft::vk::object;
|
||||||
using cruft::vk::enumerated;
|
using cruft::vk::enumerated;
|
||||||
|
|
||||||
|
|
||||||
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
#define OBJECT(T) template struct cruft::vk::object<cruft::vk::T>;
|
#define OBJECT(T) template struct cruft::vk::object<cruft::vk::T>;
|
||||||
VK_TYPE_MAP (OBJECT)
|
VK_TYPE_MAP (OBJECT)
|
||||||
|
|
||||||
|
@ -848,9 +848,9 @@ def write_dispatch(dst: TextIO, q: List[Type], reg: Registry):
|
|||||||
#include <cruft/vk/vk.hpp>
|
#include <cruft/vk/vk.hpp>
|
||||||
#include <cruft/vk/load/vtable.hpp>
|
#include <cruft/vk/load/vtable.hpp>
|
||||||
#include <cruft/vk/load/dispatch.hpp>
|
#include <cruft/vk/load/dispatch.hpp>
|
||||||
|
|
||||||
#include <cruft/util/debug.hpp>
|
|
||||||
|
|
||||||
|
#include <cruft/util/debug/panic.hpp>
|
||||||
|
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user