1 Repo
Utilities for mapping graphics memory buffers to host-accessible memory addresses.
Distinct from Zero-Copy Memory Mappings: Distinct from Zero-Copy Memory Mappings: focuses on the specific GPU-to-CPU transfer interface rather than general file mapping.
Explore 1 awesome GitHub repository matching data & databases · GPU-to-CPU Mappers. Refine with filters or upvote what's useful.
This project is a cross-platform graphics and compute framework that provides a unified, hardware-agnostic abstraction layer for rendering and parallel processing. It enables developers to build high-performance applications that execute consistently across diverse operating systems and hardware backends, including Vulkan, Metal, and DirectX. By mapping high-level graphics commands to native APIs, it serves as a portable foundation for both real-time 3D rendering and general-purpose GPU computing. The framework distinguishes itself through a robust architecture that supports both native deskt
Transfers processed results from graphics memory back to the host system by mapping buffers for reading.