MCPcopy Index your code
hub / github.com/plotly/plotly.js / createContourShader

Function createContourShader

stackgl_modules/index.js:17933–17937  ·  view source on GitHub ↗
(gl)

Source from the content-addressed store, hash-verified

17931}
17932
17933function createContourShader(gl) {
17934 var shader = createShader(gl, contourShader.vertex, contourShader.fragment)
17935 shader.attributes.position.location = 0
17936 return shader
17937}
17938
17939function createSimplicialMesh(gl, params) {
17940 if (arguments.length === 1) {

Callers 2

createSimplicialMeshFunction · 0.85
createSurfacePlotFunction · 0.85

Calls 1

createShaderFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…