render/vulkan: drop unnecessary comments

Some comments in here are noise.
This commit is contained in:
Simon Ser 2023-05-22 13:40:35 +02:00
parent 17b10746b4
commit d7bebb0a4c
4 changed files with 0 additions and 52 deletions

View file

@ -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) {