Skip to content

Commit

Permalink
[Vk] Add missing break in switch
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrzybow authored and gitsgh committed Jan 14, 2025
1 parent 5a62d8a commit 1e9c245
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vulkan/common/include/vulkanStateTracking.h
Original file line number Diff line number Diff line change
Expand Up @@ -1400,6 +1400,7 @@ inline void vkUpdateDescriptorSets_SD(VkDevice device,
accelerationStructureState->bufferStateStore->bufferHandle;
}
}
break;
}
default:
Log(TRACE) << "Not handled VkDescriptorType enumeration: " +
Expand Down

0 comments on commit 1e9c245

Please sign in to comment.