#include "output_paths.hpp"#include <ctime>#include <iomanip>#include <sstream>#include <stdexcept>#include <system_error>Go to the source code of this file.
Namespaces | |
| namespace | acmxvk |
Functions | |
| void | acmxvk::create_output_directory (const fs::path &directory) |
| fs::path | acmxvk::frame_path (const fs::path &directory, std::uint64_t index) |
| fs::path | acmxvk::output_frame_directory (const std::string &filename, std::string_view suffix) |
| std::string_view | acmxvk::snapshot_extension (SnapshotFormat format) noexcept |
| fs::path | acmxvk::snapshot_path (const fs::path &directory, std::uint32_t width, std::uint32_t height, std::uint64_t &counter, SnapshotFormat format, std::chrono::system_clock::time_point timestamp) |