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

Function createPointPickShader

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

Source from the content-addressed store, hash-verified

17923}
17924
17925function createPointPickShader(gl) {
17926 var shader = createShader(gl, pointPickShader.vertex, pointPickShader.fragment)
17927 shader.attributes.position.location = 0
17928 shader.attributes.id.location = 1
17929 shader.attributes.pointSize.location = 4
17930 return shader
17931}
17932
17933function createContourShader(gl) {
17934 var shader = createShader(gl, contourShader.vertex, contourShader.fragment)

Callers 1

createSimplicialMeshFunction · 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…