Commit 2d449493 authored by Jan Sikorski's avatar Jan Sikorski Committed by Alexandre Julliard

wined3d: Fix typo in wined3d_texture_vk_prepare_texture().

parent 9fd51e4d
......@@ -5139,7 +5139,7 @@ BOOL wined3d_texture_vk_prepare_texture(struct wined3d_texture_vk *texture_vk,
vk_usage |= VK_IMAGE_USAGE_STORAGE_BIT;
texture_vk->layout = VK_IMAGE_LAYOUT_GENERAL;
if (wined3d_popcount(resource->bind_flags == 1))
if (wined3d_popcount(resource->bind_flags) == 1)
{
switch (resource->bind_flags)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment