Vulkan Schnee 0.0.1
High-performance rendering engine
Loading...
Searching...
No Matches
VulkanOverrides.h
Go to the documentation of this file.
1#pragma once
2#include <limits>
3#include <vulkan/vulkan_core.h>
4
5namespace vk
6{
7 inline constexpr VkDeviceSize WHOLE_SIZE = UINT64_MAX;
8}
constexpr VkDeviceSize WHOLE_SIZE