创建 ultrahdr 示例的 NDK 变体

作者: DanAlbert创建于 2024年5月14日更新于 2024年5月14日

https://GitHub.com/android/platform-samples/blob/ce4c345033e42a354a87fd5f7fc73f5518c32499/samples/graphics/ultrahdr/src/main/java/com/example/platform/graphics/ultrahdr/opengl/UltraHDRWithOpenGL.kt 是一个值得创建 NDK 等效的示例。它做了旧的 display-p3 示例所做的事情,但做得正确,而且还支持 HDR。

内容来源: android/ndk-samples