aboutsummaryrefslogtreecommitdiff
path: root/src/helper.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper.hh')
-rw-r--r--src/helper.hh6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/helper.hh b/src/helper.hh
index 6dde9be..f7c38da 100644
--- a/src/helper.hh
+++ b/src/helper.hh
@@ -53,12 +53,6 @@ static const T* find_link(const void* const head,
return nullptr;
}
-template <typename T> std::uint64_t extract_present_id(const T& submit) {
- const auto lspi = find_next<VkLatencySubmissionPresentIdNV>(
- &submit, VK_STRUCTURE_TYPE_LATENCY_SUBMISSION_PRESENT_ID_NV);
- return lspi ? lspi->presentID : 0;
-}
-
} // namespace low_latency
#endif \ No newline at end of file