Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/generated/
Dvk_extension_helper.h82 typedef std::vector<InstanceReq> InstanceReqVec; typedef
84 …InstanceInfo(bool InstanceExtensions::* state_, const InstanceReqVec requires_): state(state_), re… in InstanceInfo()
86 InstanceReqVec requires;
173 static const InstanceInfo empty_info {nullptr, InstanceReqVec()}; in get_info()