Searched defs:UnknownFunctionInfo (Results 1 – 1 of 1) sorted by relevance
1020 struct UnknownFunctionInfo { struct1021 using Function = FunctionType;1023 static void add_to_driver(UnknownFunction& func, PhysicalDevice& physical_device) { in add_to_driver()1047 struct UnknownFunctionInfo<FunctionType, VkPhysicalDevice> { struct1048 using Function = FunctionType;1050 static void add_to_driver(UnknownFunction& func, PhysicalDevice& physical_device) { in add_to_driver()1074 using physical_device = UnknownFunctionInfo<Function<VkPhysicalDevice>, VkPhysicalDevice>; argument