#include <snapshot_writer.hpp>
Public Attributes | |
| SnapshotFormat | format = SnapshotFormat::Png |
| std::uint32_t | height = 0 |
| fs::path | path |
| std::vector< std::uint8_t > | rgba |
| std::vector< std::uint16_t > | rgba16 |
| std::uint32_t | width = 0 |
Definition at line 20 of file snapshot_writer.hpp.
| SnapshotFormat acmxvk::SnapshotJob::format = SnapshotFormat::Png |
Definition at line 26 of file snapshot_writer.hpp.
Referenced by acmxvk::MainWindow::handleFrameReadback(), and acmxvk::SnapshotWriter::workerLoop().
| std::uint32_t acmxvk::SnapshotJob::height = 0 |
Definition at line 25 of file snapshot_writer.hpp.
Referenced by acmxvk::MainWindow::handleFrameReadback(), and acmxvk::SnapshotWriter::workerLoop().
| fs::path acmxvk::SnapshotJob::path |
Definition at line 21 of file snapshot_writer.hpp.
Referenced by acmxvk::MainWindow::handleFrameReadback(), and acmxvk::SnapshotWriter::workerLoop().
| std::vector<std::uint8_t> acmxvk::SnapshotJob::rgba |
Definition at line 22 of file snapshot_writer.hpp.
Referenced by acmxvk::MainWindow::handleFrameReadback(), and acmxvk::SnapshotWriter::workerLoop().
| std::vector<std::uint16_t> acmxvk::SnapshotJob::rgba16 |
Definition at line 23 of file snapshot_writer.hpp.
Referenced by acmxvk::MainWindow::handleFrameReadback(), and acmxvk::SnapshotWriter::workerLoop().
| std::uint32_t acmxvk::SnapshotJob::width = 0 |
Definition at line 24 of file snapshot_writer.hpp.
Referenced by acmxvk::MainWindow::handleFrameReadback(), and acmxvk::SnapshotWriter::workerLoop().