added vulkan device and queues creation

This commit is contained in:
Lorenzo Torres 2025-11-03 13:08:46 +01:00
parent 89edee7249
commit 6c31a3ce27
20 changed files with 253 additions and 18 deletions

View file

@ -20,4 +20,6 @@ typedef size_t usize;
typedef float f32;
typedef double f64;
typedef uint8_t bool;
#endif