# SharedTexture **Repository Path**: linguoren/SharedTexture ## Basic Information - **Project Name**: SharedTexture - **Description**: No description available - **Primary Language**: C - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-22 - **Last Updated**: 2024-12-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SharedTexture This project is a demo for multi-process sharing of OpenGL textures on Android, based on HardwareBuffer, supporting Android 8.0 and above, the two main functions are HardwareBuffer-based texture sharing and EGLSyncKHR-based cross-process synchronization. for more detail, see [https://robot9.me/hardwarebuffer-multi-process-rendering/](https://robot9.me/hardwarebuffer-multi-process-rendering/) ## License This code is licensed under the MIT License (see [LICENSE](LICENSE)).