mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-06 21:45:58 +01:00
render/vulkan: drop outdated comments
This commit is contained in:
parent
2ac2835a1f
commit
3b75ab97e2
1 changed files with 0 additions and 3 deletions
|
@ -13,7 +13,6 @@
|
|||
|
||||
struct wlr_vk_descriptor_pool;
|
||||
|
||||
// Central vulkan state that should only be needed once per compositor.
|
||||
struct wlr_vk_instance {
|
||||
VkInstance instance;
|
||||
VkDebugUtilsMessengerEXT messenger;
|
||||
|
@ -31,8 +30,6 @@ struct wlr_vk_instance *vulkan_instance_create(bool debug);
|
|||
void vulkan_instance_destroy(struct wlr_vk_instance *ini);
|
||||
|
||||
// Logical vulkan device state.
|
||||
// Ownership can be shared by multiple renderers, reference counted
|
||||
// with `renderers`.
|
||||
struct wlr_vk_device {
|
||||
struct wlr_vk_instance *instance;
|
||||
|
||||
|
|
Loading…
Reference in a new issue