Browse Source

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

Panagiotis Christopoulos Charitos 5 years ago
parent
commit
4d3e0bab8c
1 changed files with 0 additions and 6 deletions
  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;
 			}
 
-			if(!m_descriptorIndexingFeatures.descriptorBindingVariableDescriptorCount)
-			{
-				ANKI_VK_LOGE("Variable descriptor count for bindless is not supported");
-				return Error::FUNCTION_FAILED;
-			}
-
 			ci.pNext = &m_descriptorIndexingFeatures;
 		}