giving up on this extension for now
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
#include <utils/gryphn_error_code.h>
|
||||
#include "gryphn_handles.h"
|
||||
|
||||
typedef enum gnCommandPoolFlags {
|
||||
GN_NO_FLAGS = 0,
|
||||
GN_REUSE_COMMAND_BUFFERS = 1
|
||||
} gnCommandPoolFlags;
|
||||
typedef enum gnCommandPoolFlagBits {
|
||||
GN_NO_FLAGS = 0,
|
||||
GN_REUSE_COMMAND_BUFFERS = 1 << 0
|
||||
} gnCommandPoolFlagBits;
|
||||
typedef gnFlags gnCommandPoolFlags;
|
||||
|
||||
typedef struct gnCommandPoolInfo {
|
||||
// uint32_t queueIndex;
|
||||
gnCommandPoolFlags flags;
|
||||
} gnCommandPoolInfo;
|
||||
|
||||
|
@@ -26,8 +26,6 @@ GN_HANDLE(gnShaderModule);
|
||||
GN_HANDLE(gnGraphicsPipeline);
|
||||
GN_HANDLE(gnCommandPool);
|
||||
GN_HANDLE(gnCommandBuffer);
|
||||
GN_HANDLE(gnSemaphore);
|
||||
GN_HANDLE(gnFence);
|
||||
GN_HANDLE(gnFramebuffer);
|
||||
GN_HANDLE(gnBuffer);
|
||||
GN_HANDLE(gnUniformPool);
|
||||
|
Reference in New Issue
Block a user