swapchain: fill ImageCreateInfo from SwapchainCreateInfo
[platform/core/uifw/vulkan-wsi-tizen.git] / .gitignore
1 *.deps
2 *.la
3 *.lo
4 *.o
5 *.sw*
6 *.so
7 *.pc
8 *.in
9 !*.pc.in
10 aclocal.m4
11 autom4te.cache/
12 config.guess
13 config.h
14 config.h.in
15 config.h.in~
16 config.log
17 config.status
18 config.sub
19 configure
20 cscope.out
21 depcomp
22 install-sh
23 libtool
24 ltmain.sh
25 missing
26 compile
27 .deps/
28 .libs/
29 Makefile
30 stamp-h1
31
32 .vim.custom
33 gbs.conf
34
35 samples/tri
36 samples/vulkaninfo