Skip to content
Snippets Groups Projects
Commit e8e18f72 authored by Lava Block's avatar Lava Block
Browse files

add void and VkObjectHandle type

parent 2e5dd9e4
Branches
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@
namespace lava {
using VkObjectHandle = ui64;
using VkFormats = std::vector<VkFormat>;
using VkImages = std::vector<VkImage>;
......
......@@ -64,6 +64,9 @@ namespace lava {
using real = r64;
using delta = r32;
using void_ptr = void*;
using void_cptr = void const*;
using type = ui32;
constexpr type const no_type = 0xffffffff;
constexpr type const undef = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment