GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
20
Releases
108
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
mark
/
pixi.js
Transfer to URL with SHA
Find file
Newer
Older
tree:
4ff9ec27a8
Switch branches
×
batch-dev
bugfix/polygon-offset
dev
dev-blendmode-add-again
dev-canvas-renderer-dirty-transform
dev-graphics-fix-batches
dev-line-join
dev-offscreen-canvas
dev-renderTexture-pool
dev-replace-buble-with-babel
englercj/update-s3
feature-nine-slice-canvas-tint
fix-svg
master
multiple-pointer-down-events
release
upgrade
v2.x
v3.x
v4.x
pixi.js
/
packages
/
graphics
/
src
/
webgl
/
shaders
/ primitive.frag
Matt Karl
on 31 Oct 2017
67 bytes
Next Restructure for v5 (#4387)
Raw
Blame
History
varying vec4 vColor; void main(void){ gl_FragColor = vColor; }