Skip to content

Commit

Permalink
Minor fix to remove vulkan_core header (#1054)
Browse files Browse the repository at this point in the history
Minor fix to remove vulkan_core header and pure virutal on the delegate timing function
  • Loading branch information
petermcneeleychromium authored Sep 26, 2024
1 parent ad83ed1 commit 67fea65
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion include/amber/amber.h
Original file line number Diff line number Diff line change
@@ -103,7 +103,7 @@ class Delegate {
amber::BufferInfo* buffer) const = 0;

/// Mechanism for gathering timing from 'TIME_EXECUTION'
virtual void ReportExecutionTiming(double time_in_ms) = 0;
virtual void ReportExecutionTiming(double){}
};

/// Stores configuration options for Amber.
1 change: 0 additions & 1 deletion src/vulkan/pipeline.h
Original file line number Diff line number Diff line change
@@ -29,7 +29,6 @@
#include "src/vulkan/command_buffer.h"
#include "src/vulkan/push_constant.h"
#include "src/vulkan/resource.h"
#include "vulkan/vulkan_core.h"

namespace amber {

0 comments on commit 67fea65

Please sign in to comment.