Vulkan: Add support for CommandPool and CommandBuffer

Former-commit-id: 85b1935a402b007a53ffbc080374a5028b6eaebc
This commit is contained in:
Lynix
2016-05-15 00:08:05 +02:00
parent 68e3fd8db3
commit efc42b58cf
8 changed files with 275 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ namespace Nz
{
class Instance;
class NAZARA_VULKAN_API Surface
class Surface
{
public:
inline Surface(Instance& instance);