vulkan remove queue API

This commit is contained in:
Greg Wells
2025-07-15 11:43:17 -04:00
parent 5e933479c4
commit cfcb37a1a4
21 changed files with 156 additions and 89 deletions

View File

@@ -1,5 +1,5 @@
#pragma once
#include "stdint.h"
// #include "stdint.h"
#include <utils/gryphn_error_code.h>
#include "gryphn_handles.h"
@@ -9,7 +9,7 @@ typedef enum gnCommandPoolFlags {
} gnCommandPoolFlags;
typedef struct gnCommandPoolInfo {
uint32_t queueIndex;
// uint32_t queueIndex;
gnCommandPoolFlags flags;
} gnCommandPoolInfo;