Searched defs:arrayCount (Results 1 – 1 of 1) sorted by relevance
113 uint32_t arrayCount { 0 }; member138 … const uint32_t arrayCount = (binding.descriptorCount > 1) ? (binding.descriptorCount - 1) : 0; in DescriptorSetBinder() local