Commit WIP about RenderSurface
This commit is contained in:
11
src/Nazara/VulkanRenderer/VulkanDevice.cpp
Normal file
11
src/Nazara/VulkanRenderer/VulkanDevice.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
// Copyright (C) 2016 Jérôme Leclercq
|
||||
// This file is part of the "Nazara Engine - Vulkan Renderer"
|
||||
// For conditions of distribution and use, see copyright notice in Config.hpp
|
||||
|
||||
#include <Nazara/VulkanRenderer/VulkanDevice.hpp>
|
||||
#include <Nazara/VulkanRenderer/Debug.hpp>
|
||||
|
||||
namespace Nz
|
||||
{
|
||||
VulkanDevice::~VulkanDevice() = default;
|
||||
}
|
||||
Reference in New Issue
Block a user