Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
.
  • Loading branch information
phoenixxxx committed Dec 5, 2024
1 parent 8e85bec commit 679d7d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ void describeExternalImage(void* externalBuffer, VkDevice device,
FILAMENT_CHECK_POSTCONDITION(prop_res == VK_SUCCESS);

FILAMENT_CHECK_POSTCONDITION(metadata.format == format_info.format);
metadata.externalFormat = format_info.externalFormat
metadata.externalFormat = format_info.externalFormat;
metadata.allocationSize = properties.allocationSize;
metadata.memoryTypeBits = properties.memoryTypeBits;
}
Expand Down

0 comments on commit 679d7d3

Please sign in to comment.