many changes: Makefile, util, fixed indent, fixes in swapchain
authorEleni Maria Stea <estea@igalia.com>
Mon, 23 Aug 2021 05:53:59 +0000 (08:53 +0300)
committerEleni Maria Stea <estea@igalia.com>
Mon, 23 Aug 2021 05:53:59 +0000 (08:53 +0300)
commit9c5fa12eb2c6db6c8a3fbd280bab8951cf51f0a0
tree6962130dd8e2f268f5bc411fc88b88c4490b14a4
parentc5fcb12273c24f6e24d459ad184f662ef9abefea
many changes: Makefile, util, fixed indent, fixes in swapchain

- changed the Makefile to compile the shaders
- added a util.[hc]
- fixed the indentation
- changed the swapchain to be separated from context and rendering =>
  creating image views with separate functions => modified existing code
  too.
.vimrc [new file with mode: 0644]
Makefile
src/main.c
src/util.c [new file with mode: 0644]
src/util.h [new file with mode: 0644]
src/vk.c
src/vk.h