You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vk_samplers.reserve(maxSamplersCount); // Reserve to avoid resizing and pointer change while iterating
1258
1252
vk_dsLayoutBindings.reserve(bindingCount);
1259
1253
@@ -1272,8 +1266,6 @@ class CVulkanLogicalDevice final : public ILogicalDevice
1272
1266
{
1273
1267
// If descriptorType is VK_DESCRIPTOR_TYPE_SAMPLER or VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, and descriptorCount is not 0 and pImmutableSamplers is not NULL:
1274
1268
// pImmutableSamplers must be a valid pointer to an array of descriptorCount valid VkSampler handles.
0 commit comments