MCPcopy Create free account
hub / github.com/OpenImageDebugger/OpenImageDebugger / BufferParams

Class BufferParams

src/visualization/components/buffer.h:54–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52} // namespace BufferConstants
53
54struct BufferParams {
55 std::span<const std::byte> buffer;
56 int buffer_width_i;
57 int buffer_height_i;
58 int channels;
59 BufferType type;
60 int step;
61 std::string pixel_layout;
62 bool transpose_buffer;
63};
64
65class Buffer final : public Component {
66 public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected