Skip to content

Commit

Permalink
docs: remove unnecessary todo message
Browse files Browse the repository at this point in the history
  • Loading branch information
sylv256 committed Dec 27, 2024
1 parent 25a551a commit e8df5a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client/rendering/vulkan/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ impl Instance {
self.get_object(VulkanObjectType::Device).expect("device must be initialized before being accessed")
}

// TODO: Implement deque-based Vulkan object destruction system.
#[inline]
pub fn get_object<T: Any>(&self, object_type: VulkanObjectType) -> Option<&T> {
self.objects.get(&object_type)?.downcast_ref()
Expand Down

0 comments on commit e8df5a2

Please sign in to comment.