Vulkan: Add VkBuffer wrapper

Former-commit-id: 1038adae4a7ca619f0953cb305d14345b197f056 [formerly f03490e99245cb167e95057e80422908654d6644]
Former-commit-id: aa5cf8a3d91db8a109504e542f255120a319d70b
This commit is contained in:
Lynix
2016-07-13 12:24:27 +02:00
parent 90826e4467
commit 80404cf320
3 changed files with 77 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
// This file was automatically generated on 06 Jul 2016 at 14:00:09
// This file was automatically generated on 12 Jul 2016 at 17:44:44
/*
Nazara Engine - Vulkan
@@ -32,6 +32,7 @@
#include <Nazara/Vulkan/Config.hpp>
#include <Nazara/Vulkan/RenderTarget.hpp>
#include <Nazara/Vulkan/RenderWindow.hpp>
#include <Nazara/Vulkan/VkBuffer.hpp>
#include <Nazara/Vulkan/VkCommandBuffer.hpp>
#include <Nazara/Vulkan/VkCommandPool.hpp>
#include <Nazara/Vulkan/VkDevice.hpp>