android / ndk-samples

Android NDK samples with Android Studio
http://developer.android.com/ndk
Apache License 2.0
9.97k stars 4.15k forks source link

Remove display-p3 sample. #1053

Closed DanAlbert closed 1 month ago

DanAlbert commented 1 month ago

This teaches you how to do things you should not do. It shouldn't be transforming the color space on the CPU at load time, it should be doing it in a shader.

https://github.com/android/ndk-samples/issues/1052 is what we should replace this with, but this is doing more harm than good, so just delete it for now.