mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-06-13 14:32:57 -04:00
Replace other 1.1 api device_features
https://docs.vulkan.org/refpages/latest/refpages/source/vkGetPhysicalDeviceFeatures2.html
This commit is contained in:
parent
dd745dbc37
commit
280cc0742a
2 changed files with 9 additions and 1 deletions
|
|
@ -26,6 +26,7 @@ struct wlr_vk_instance {
|
|||
} api;
|
||||
|
||||
PFN_vkGetPhysicalDeviceProperties2KHR vkGetPhysicalDeviceProperties2KHR;
|
||||
PFN_vkGetPhysicalDeviceFeatures2KHR vkGetPhysicalDeviceFeatures2KHR;
|
||||
};
|
||||
|
||||
// Creates and initializes a vulkan instance.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue