Back to Filament

isSRGBSwapChainSupported

docs/android/dokka/filament-android/com.google.android.filament/-swap-chain/is-s-r-g-b-swap-chain-supported.md

1.75.0808 B
Original Source

//filament-android/com.google.android.filament/SwapChain/isSRGBSwapChainSupported

isSRGBSwapChainSupported

[main]
open fun isSRGBSwapChainSupported(engine: Engine): Boolean

Return whether createSwapChain supports the CONFIG_SRGB_COLORSPACE flag. The default implementation returns false.

Return

true if CONFIG_SRGB_COLORSPACE is supported, false otherwise.

Parameters

main

engineA reference to the filament Engine

See also

SwapChainFlags