HomeSort by relevance Sort by last modified time
    Searched refs:maxDescriptorTypeCount (Results 1 - 2 of 2) sorted by null

  /external/vulkan-validation-layers/layers/
core_validation.h 629 vector<uint32_t> maxDescriptorTypeCount; // Max # of descriptors of each type in this pool
634 maxDescriptorTypeCount(VK_DESCRIPTOR_TYPE_RANGE_SIZE), availableDescriptorTypeCount(VK_DESCRIPTOR_TYPE_RANGE_SIZE) {
643 maxDescriptorTypeCount[typeIndex] = createInfo.pPoolSizes[i].descriptorCount
    [all...]
core_validation.cpp     [all...]

Completed in 471 milliseconds