Back to Filament

CONFIG_READABLE

docs/android/dokka/filament-android/com.google.android.filament/-swap-chain-flags/-c-o-n-f-i-g_-r-e-a-d-a-b-l-e.md

1.75.0625 B
Original Source

//filament-android/com.google.android.filament/SwapChainFlags/CONFIG_READABLE

CONFIG_READABLE

[main]
val CONFIG_READABLE: Long = 2

This flag indicates that the SwapChain may be used as a source surface for reading back render results. This config must be set when creating any SwapChain that will be used as the source for a blit operation.

See also

Renderer