SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetLayerRequirements()

void Spices::VulkanInstance::GetLayerRequirements ( )
private

Get all instance layer requirements our engine needed. Source 1 : user Setting.

Todo
Configurable

Definition at line 242 of file VulkanInstance.cpp.

243 {
245
246#ifdef SPICES_DEBUG
247
251 m_LayerProperties.push_back("VK_LAYER_KHRONOS_validation");
252
253#endif
254
255 }
#define SPICES_PROFILE_ZONE
std::vector< const char * > m_LayerProperties
Instance Layer Properties.

Referenced by VulkanInstance().