mirror of
https://github.com/Kbz-8/42_vox.git
synced 2026-01-11 14:43:34 +00:00
fixing descriptor set issue
This commit is contained in:
4
ScopEngine/ThirdParty/KVF/kvf.h
vendored
4
ScopEngine/ThirdParty/KVF/kvf.h
vendored
@@ -374,12 +374,12 @@ void kvfCheckVk(VkResult result);
|
||||
#ifdef KVF_DESCRIPTOR_POOL_CAPACITY
|
||||
#undef KVF_DESCRIPTOR_POOL_CAPACITY
|
||||
#endif
|
||||
#define KVF_DESCRIPTOR_POOL_CAPACITY 512
|
||||
#define KVF_DESCRIPTOR_POOL_CAPACITY 1024
|
||||
|
||||
#ifdef KVF_COMMAND_POOL_CAPACITY
|
||||
#undef KVF_COMMAND_POOL_CAPACITY
|
||||
#endif
|
||||
#define KVF_COMMAND_POOL_CAPACITY 512
|
||||
#define KVF_COMMAND_POOL_CAPACITY 1024
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user