Renderscript

Added in 7.0.0

interface Renderscript


Build-time properties for renderscript inside a Component.

This is accessed via GeneratesApk.renderscript or LibraryVariant.renderscript

Summary

Public properties

Property<Boolean>

Returns the renderscript NDK mode.

Property<Int>
Property<Boolean>

Returns the renderscript BLAS support mode.

Property<Boolean>

Returns the renderscript support mode.

Public properties

ndkModeEnabled

Added in 7.0.0
val ndkModeEnabledProperty<Boolean>

Returns the renderscript NDK mode.

optimLevel

Added in 7.0.0
val optimLevelProperty<Int>

supportModeBlasEnabled

Added in 7.0.0
val supportModeBlasEnabledProperty<Boolean>

Returns the renderscript BLAS support mode.

supportModeEnabled

Added in 7.0.0
val supportModeEnabledProperty<Boolean>

Returns the renderscript support mode.