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

Function createWireShader

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

Source from the content-addressed store, hash-verified

17899}
17900
17901function createWireShader(gl) {
17902 var shader = createShader(gl, wireShader.vertex, wireShader.fragment)
17903 shader.attributes.position.location = 0
17904 shader.attributes.color.location = 2
17905 shader.attributes.uv.location = 3
17906 return shader
17907}
17908
17909function createPointShader(gl) {
17910 var shader = createShader(gl, pointShader.vertex, pointShader.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…