added vulkan device and queues creation
This commit is contained in:
parent
89edee7249
commit
6c31a3ce27
20 changed files with 253 additions and 18 deletions
2
types.h
2
types.h
|
|
@ -20,4 +20,6 @@ typedef size_t usize;
|
|||
typedef float f32;
|
||||
typedef double f64;
|
||||
|
||||
typedef uint8_t bool;
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue