google-ar / arcore-android-sdk

ARCore SDK for Android Studio
https://developers.google.com/ar
Other
4.98k stars 1.22k forks source link

[Question] Setting texture name #222

Closed iBicha closed 6 years ago

iBicha commented 6 years ago

Would setting the rendering texture to 0 using ArSession_setCameraTextureName when background rendering is not needed, be an optimization?

inio commented 6 years ago

If that works it wouldn't save much. The hardware scaler is still going to be writing the texture image to DRAM.

inio commented 6 years ago

Duplicate of #31