NDK RenderScript support in CodeWorks for Android 1R7 (Nsight Tegra v3.5, VSE)?

Hi,

How do I enable NDK RenderScript support in CodeWorks for Android, please?

If I got it right, for Android Studio it’s enabled in just three lines in build.gradle:

renderscriptTargetApi 24
renderscriptSupportModeEnabled true
renderscriptNdkModeEnabled true

Thanks!

 Émeric

Hello Émeric,

Nsight Tegra VSE projects currently doesn’t provide properties related to Render Script integration.
You can hand-write a custom Gradle build script and configure an Nsight Tegra VSE project to use it instead of an auto-generated one.