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