Skip to content

Commit

Permalink
remove legacy comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AmesingFlank committed Oct 22, 2021
1 parent 53a1d49 commit 1768837
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions taichi/backends/vulkan/data_type_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ namespace lang {
namespace vulkan {

inline std::size_t vk_data_type_size(DataType dt) {
// Vulkan buffers require a minimum alignment of 4 bytes.
// https://vulkan-tutorial.com/Uniform_buffers/Descriptor_pool_and_sets#page_Alignment-requirements
return data_type_size(dt);
}

Expand Down

0 comments on commit 1768837

Please sign in to comment.