Skip to content

Instantly share code, notes, and snippets.

@MaikKlein
Created January 20, 2019 08:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MaikKlein/7b07d5b2b98e7d358c64a5a907bece1f to your computer and use it in GitHub Desktop.
Save MaikKlein/7b07d5b2b98e7d358c64a5a907bece1f to your computer and use it in GitHub Desktop.
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
@MaikKlein
Copy link
Author

#  VK_LUNARG_LAYER_api_dump Settings
lunarg_api_dump.output_format = Text
lunarg_api_dump.detailed = TRUE
lunarg_api_dump.no_addr = FALSE
lunarg_api_dump.file = FALSE
lunarg_api_dump.log_filename = vk_apidump.txt
lunarg_api_dump.flush = TRUE
lunarg_api_dump.indent_size = 4
lunarg_api_dump.show_types = TRUE
lunarg_api_dump.name_size = 32
lunarg_api_dump.type_size = 0
lunarg_api_dump.use_spaces = TRUE
lunarg_api_dump.show_shader = FALSE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment