-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix all warnings in engine_vulkan_debugger
Remove unused functions. Add explicit casts. Avoid variable shadowing. Be explicit with virtual `override`s Use epsilons for float compares. Move VkDebugger to anonymous namespace, as it isn't referenced outside the `engine_vulkan_debugger` compilation unit. Remove pointless semi-colons.
- Loading branch information
1 parent
52b1f4f
commit e5215c3
Showing
2 changed files
with
25 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters