Initial commit with the chapter-0 code working.
This commit is contained in:
commit
7298568818
19 changed files with 8380 additions and 0 deletions
12
vk_initializers.h
Normal file
12
vk_initializers.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
// vulkan_guide.h : Include file for standard system include files,
|
||||
// or project specific include files.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <vk_types.h>
|
||||
|
||||
namespace vkinit {
|
||||
|
||||
//vulkan init code goes here
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue