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