Refactor Vulkan initialization, support multi-GPU

This commit is contained in:
2021-08-11 17:46:26 -07:00
parent 348ba3270b
commit 95a506e6bf
5 changed files with 235 additions and 171 deletions

View File

@@ -110,6 +110,7 @@ typedef enum {
typedef int KrResourceMapIndex;
typedef int KrSceneNodeMapIndex;
typedef int KrSurfaceHandle;
typedef int KrDeviceHandle;
typedef struct {
KrStructureType sType;