Skip to content

Commit fb8de3b

Browse files
Name change. (#102)
1 parent d1e4b6e commit fb8de3b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.mailmap

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+

src/vulkan/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ impl MemoryBlock {
149149

150150
let allocation_flags = vk::MemoryAllocateFlags::DEVICE_ADDRESS;
151151
let mut flags_info = vk::MemoryAllocateFlagsInfo::builder().flags(allocation_flags);
152-
// TODO(max): Test this based on if the device has this feature enabled or not
152+
// TODO(manon): Test this based on if the device has this feature enabled or not
153153
let alloc_info = if buffer_device_address {
154154
alloc_info.push_next(&mut flags_info)
155155
} else {
@@ -500,7 +500,7 @@ impl Allocator {
500500
}
501501
}
502502

503-
// NOTE(max): Test if there is any HOST_VISIBLE memory that does _not_
503+
// NOTE(manon): Test if there is any HOST_VISIBLE memory that does _not_
504504
// have the HOST_COHERENT flag, in that case we want to panic,
505505
// as we want to do cool things that we do not yet support
506506
// with that type of memory :)

0 commit comments

Comments
 (0)