more GN_EXT_QUEUES business
This commit is contained in:
@@ -11,6 +11,7 @@ typedef gnFlags gnCommandPoolFlags;
|
||||
|
||||
typedef struct gnCommandPoolInfo {
|
||||
gnCommandPoolFlags flags;
|
||||
uint32_t queueFamilyIndex; // ignored unless GN_EXT_QUEUES is enabled
|
||||
} gnCommandPoolInfo;
|
||||
|
||||
#ifdef GN_REVEAL_IMPL
|
||||
|
@@ -9,9 +9,11 @@ typedef struct gnPresentationQueueInfo {
|
||||
gnUInt2 imageSize;
|
||||
gnWindowSurfaceHandle surface;
|
||||
gnSurfaceFormat format;
|
||||
// gnImageSharingMode imageSharingMode;
|
||||
// uint32_t queueFamilyCount;
|
||||
// uint32_t* queueFamilies;
|
||||
|
||||
// ignored unless GN_EXT_QUEUES is enabled
|
||||
gnImageSharingMode imageSharingMode;
|
||||
uint32_t queueFamilyCount;
|
||||
uint32_t* queueFamilies;
|
||||
} gnPresentationQueueInfo;
|
||||
|
||||
struct gnPlatformPresentationQueue_t;
|
||||
|
Reference in New Issue
Block a user