projects
/
platform
/
core
/
uifw
/
dali-core.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
5cdedc68a3f88c4fe705b997694d3ea1ca3324f9
[platform/core/uifw/dali-core.git]
/
dali
/
graphics
/
vulkan
/
vulkan-buffer.h
1
//
2
// Created by adam.b on 06/06/17.
3
//
4
5
#ifndef VULKAN_PROJECT_BUFFER_H
6
#define VULKAN_PROJECT_BUFFER_H
7
8
#include <dali/graphics/vulkan/vulkan-types.h>
9
10
namespace Dali
11
{
12
namespace Graphics
13
{
14
namespace Vulkan
15
{
16
17
class Buffer
18
{
19
20
};
21
22
}
23
}
24
}
25
26
#endif //VULKAN_PROJECT_BUFFER_H