Initial commit with the chapter-0 code working.
This commit is contained in:
commit
7298568818
19 changed files with 8380 additions and 0 deletions
8
vk_types.h
Normal file
8
vk_types.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// vulkan_guide.h : Include file for standard system include files,
|
||||
// or project specific include files.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <vulkan/vulkan.h>
|
||||
|
||||
//we will add our main reusable types here
|
||||
Loading…
Add table
Add a link
Reference in a new issue