isRuntimeShaderSupported function
是否支持运行时着色器。对应 Kotlin isRuntimeShaderSupported()。
Flutter 的 FragmentProgram 在 Impeller/Skia 上均可用,恒为 true
(对应原版 skiko = true)。
Implementation
bool isRuntimeShaderSupported() => true;
是否支持运行时着色器。对应 Kotlin isRuntimeShaderSupported()。
Flutter 的 FragmentProgram 在 Impeller/Skia 上均可用,恒为 true
(对应原版 skiko = true)。
bool isRuntimeShaderSupported() => true;