diff options
| author | Nicolas James <nj3ahxac@gmail.com> | 2026-04-07 13:43:50 +1000 |
|---|---|---|
| committer | Nicolas James <nj3ahxac@gmail.com> | 2026-04-07 13:43:50 +1000 |
| commit | ce26014c2e6a0200ea90eac8ec87881a0d55e727 (patch) | |
| tree | 7fe1360097b8814188e70de570faac2edee80840 /src/helper.hh | |
| parent | a65bdd8a0aa027c97391cea807d6d30df1c22ca4 (diff) | |
Remove dead code, upgrade env bools to const
Diffstat (limited to 'src/helper.hh')
| -rw-r--r-- | src/helper.hh | 6 |
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 |
