Searched defs:DeviceFunctions (Results 1 – 2 of 2) sorted by relevance
249 struct DeviceFunctions { struct260 DeviceFunctions() = default; argument263 FromVoidStarFunc load(VkDevice device, const char* func_name) const { in load()
156 DeviceFunctions::DeviceFunctions(const VulkanFunctions& vulkan_functions, VkDevice device) { function in DeviceFunctions