Skip to content

Commit

Permalink
remove variable defined twice
Browse files Browse the repository at this point in the history
  • Loading branch information
rjodinchr committed Sep 15, 2023
1 parent 72bf193 commit f5af614
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4853,7 +4853,6 @@ cl_int CLVK_API_CALL clGetSupportedImageFormats(cl_context context,
}
if ((features & required_format_feature_flags) ==
required_format_feature_flags) {
const cl_image_format& clfmt = clvkfmt.first;
VkComponentMapping components_sampled, components_storage;
get_component_mappings_for_channel_order(clfmt.image_channel_order,
&components_sampled,
Expand Down

0 comments on commit f5af614

Please sign in to comment.