Created
January 20, 2019 08:58
-
-
Save MaikKlein/7b07d5b2b98e7d358c64a5a907bece1f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vkCreateDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorPool) returns VkResult VK_SUCCESS (0): | |
device: VkDevice = 0x5569676a2a00 | |
pCreateInfo: const VkDescriptorPoolCreateInfo* = 0x7fff73a4e430: | |
sType: VkStructureType = VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_CREATE_INFO (33) | |
pNext: const void* = NULL | |
flags: VkDescriptorPoolCreateFlags = 0 | |
maxSets: uint32_t = 50 | |
poolSizeCount: uint32_t = 1 | |
pPoolSizes: const VkDescriptorPoolSize* = 0x556967836080 | |
pPoolSizes[0]: const VkDescriptorPoolSize = 0x556967836080: | |
type: VkDescriptorType = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER (7) | |
descriptorCount: uint32_t = 1 | |
pAllocator: const VkAllocationCallbacks* = NULL | |
pDescriptorPool: VkDescriptorPool* = 0x55696783ca60 |
Author
MaikKlein
commented
Jan 20, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment