Преглед изворни кода

Remove some -good to have, but not essential- functionality from bindless

Panagiotis Christopoulos Charitos пре 5 година
родитељ
комит
4d3e0bab8c
1 измењених фајлова са 0 додато и 6 уклоњено
  1. 0 6
      src/anki/gr/vulkan/GrManagerImpl.cpp

+ 0 - 6
src/anki/gr/vulkan/GrManagerImpl.cpp

@@ -596,12 +596,6 @@ Error GrManagerImpl::initDevice(const GrManagerInitInfo& init)
 				return Error::FUNCTION_FAILED;
 				return Error::FUNCTION_FAILED;
 			}
 			}
 
 
-			if(!m_descriptorIndexingFeatures.descriptorBindingVariableDescriptorCount)
-			{
-				ANKI_VK_LOGE("Variable descriptor count for bindless is not supported");
-				return Error::FUNCTION_FAILED;
-			}
-
 			ci.pNext = &m_descriptorIndexingFeatures;
 			ci.pNext = &m_descriptorIndexingFeatures;
 		}
 		}