camera-samples icon indicating copy to clipboard operation
camera-samples copied to clipboard

In HdrViewfinder using macros and proper configuration

Open pfk-beta opened this issue 5 years ago • 0 comments

In documentation about RenderScript there is information about creating kernels with using macro RS_KERNEL in example code there is ugly __attribute__((kernel)).

Second item, in documetation about RenderScript there is information about configuring build.gradle:

        renderscriptTargetApi 18
        renderscriptSupportModeEnabled true

Why there is no such entry in example config?

pfk-beta avatar Feb 26 '21 12:02 pfk-beta