Home
last modified time | relevance | path

Searched refs:vtx_attrib_div_features (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp2454 …const auto *vtx_attrib_div_features = lvl_find_in_chain<VkPhysicalDeviceVertexAttributeDivisorFeat… in PostCallRecordCreateDevice() local
2455 if (vtx_attrib_div_features) { in PostCallRecordCreateDevice()
2456 core_checks->enabled_features.vtx_attrib_divisor_features = *vtx_attrib_div_features; in PostCallRecordCreateDevice()