JSPM

  • Created
  • Published
  • Downloads 643
  • Score
    100M100P100Q113979F
  • License MIT

Shader components based on glslify

Package Exports

  • @antv/g-shader-components
  • @antv/g-shader-components/scene.both.glsl

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@antv/g-shader-components) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@antv/g-shader-components

基于 glslify 提供 chunks

// main.frag
#pragma glslify: import('./common.glsl')

void main() {
  gl_FragColor = vec4(color, 1.0);
}