mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
render/vulkan: drop wlr_vk_device.extensions
We don't need to store the list of enabled extensions. While at it, rename variables to be less confusing.
This commit is contained in:
parent
e19007dede
commit
ed018a3ee2
2 changed files with 6 additions and 19 deletions
|
|
@ -48,10 +48,6 @@ struct wlr_vk_device {
|
|||
|
||||
int drm_fd;
|
||||
|
||||
// enabled extensions
|
||||
size_t extension_count;
|
||||
const char **extensions;
|
||||
|
||||
// we only ever need one queue for rendering and transfer commands
|
||||
uint32_t queue_family;
|
||||
VkQueue queue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue