diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/android/surface_control.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/android/surface_control.h b/include/android/surface_control.h index eb9c5280e2..91726cd737 100644 --- a/include/android/surface_control.h +++ b/include/android/surface_control.h @@ -286,6 +286,9 @@ void ASurfaceTransaction_setZOrder(ASurfaceTransaction* transaction, * The frameworks takes ownership of the \a acquire_fence_fd passed and is responsible * for closing it. * + * Note that the buffer must be allocated with AHARDWAREBUFFER_USAGE_GPU_SAMPLED_IMAGE + * as the surface control might be composited using the GPU. + * * Available since API level 29. */ void ASurfaceTransaction_setBuffer(ASurfaceTransaction* transaction, |