Merge branch 'master' of git.sr.ht:~lolzdev/topaz

This commit is contained in:
Lorenzo Torres 2025-11-12 15:16:37 +01:00
commit 4b18afa040
9 changed files with 95680 additions and 7 deletions

View file

@ -3,7 +3,7 @@
#define PHYSICAL_DEVICE_H
#include "vk.h"
#include "../../types.h"
#include "../../core/types.h"
#include "../../core/vector.h"

View file

@ -3,7 +3,7 @@
#define VK_H
#include <vulkan/vulkan.h>
#include "../../types.h"
#include "../../core/types.h"
#include "../../rgfw.h"
struct queue_family_indices {