File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Manon Oomen <manon@traverseresearch.nl> <max@traverseresearch.nl>
2+ Manon Oomen <manon@traverseresearch.nl> <64775926+max-traverse@users.noreply.github.com>
Original file line number Diff line number Diff 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 :)
You can’t perform that action at this time.
0 commit comments