mirror of
https://github.com/johndoe6345789/SDL3CPlusPlus.git
synced 2026-04-30 08:34:59 +00:00
feat: Integrate ILogger into VulkanDeviceService for improved logging
This commit is contained in:
@@ -85,6 +85,7 @@ void BufferService::Cleanup() {
|
||||
}
|
||||
|
||||
void BufferService::Shutdown() noexcept {
|
||||
logger_->TraceFunction(__func__);
|
||||
CleanupBuffers();
|
||||
}
|
||||
|
||||
@@ -128,9 +129,4 @@ void BufferService::CleanupBuffers() {
|
||||
indexCount_ = 0;
|
||||
}
|
||||
|
||||
void BufferService::Shutdown() noexcept {
|
||||
logger_->TraceFunction(__func__);
|
||||
CleanupBuffers();
|
||||
}
|
||||
|
||||
} // namespace sdl3cpp::services::impl
|
||||
|
||||
Reference in New Issue
Block a user