MCPcopy Create free account
hub / github.com/HumbleUI/Skija / _nMakeRuntimeShader

Method _nMakeRuntimeShader

shared/java/ImageFilter.java:1105–1105  ·  view source on GitHub ↗
(long builderPtr, float maxSampleRadius, String[] childShaderNames, long[] inputs)

Source from the content-addressed store, hash-verified

1103 public static native long _nMakePointLitSpecular(float x, float y, float z, int lightColor, float surfaceScale, float ks, float shininess, long input, Rect crop);
1104 public static native long _nMakeSpotLitSpecular(float x0, float y0, float z0, float x1, float y1, float z1, float falloffExponent, float cutoffAngle, int lightColor, float surfaceScale, float ks, float shininess, long input, Rect crop);
1105 public static native long _nMakeRuntimeShader(long builderPtr, float maxSampleRadius, String[] childShaderNames, long[] inputs);
1106}

Callers 1

makeRuntimeShaderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected