mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
render/vulkan: drop unnecessary comments
Some comments in here are noise.
This commit is contained in:
parent
17b10746b4
commit
d7bebb0a4c
4 changed files with 0 additions and 52 deletions
|
|
@ -263,9 +263,6 @@ static bool query_modifier_support(struct wlr_vk_device *dev,
|
|||
.pNext = &modp,
|
||||
};
|
||||
|
||||
// the first call to vkGetPhysicalDeviceFormatProperties2 did only
|
||||
// retrieve the number of modifiers, we now have to retrieve
|
||||
// the modifiers
|
||||
modp.pDrmFormatModifierProperties =
|
||||
calloc(modifier_count, sizeof(*modp.pDrmFormatModifierProperties));
|
||||
if (!modp.pDrmFormatModifierProperties) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue