LICENSE
README.md
pyproject.toml
setup.py
rapidshot/__init__.py
rapidshot/capture.py
rapidshot/frame.py
rapidshot/memory_pool.py
rapidshot/native.py
rapidshot/preprocess.py
rapidshot/py.typed
rapidshot.egg-info/PKG-INFO
rapidshot.egg-info/SOURCES.txt
rapidshot.egg-info/dependency_links.txt
rapidshot.egg-info/requires.txt
rapidshot.egg-info/top_level.txt
rapidshot/_libs/__init__.py
rapidshot/_libs/d3d11.py
rapidshot/_libs/dxgi.py
rapidshot/_libs/user32.py
rapidshot/core/__init__.py
rapidshot/core/device.py
rapidshot/core/duplicator.py
rapidshot/core/output.py
rapidshot/core/stagesurf.py
rapidshot/processor/__init__.py
rapidshot/processor/base.py
rapidshot/processor/cupy_processor.py
rapidshot/processor/numpy_processor.py
rapidshot/processor/pillow_processor.py
rapidshot/util/__init__.py
rapidshot/util/ctypes_helpers.py
rapidshot/util/errors.py
rapidshot/util/io.py
rapidshot/util/logging.py
rapidshot/util/timer.py
rapidshot/util/topology.py
tests/test_color_modes.py
tests/test_cross_adapter.py
tests/test_dirty_accumulator.py
tests/test_dirty_rects.py
tests/test_failure_paths.py
tests/test_frame.py
tests/test_gpu_preprocess.py
tests/test_memory_pool.py
tests/test_native.py
tests/test_output_pooling.py
tests/test_perf_harness.py
tests/test_preprocess.py
tests/test_region_mapping.py
tests/test_topology.py