glslify / glsl-tokenizer

r/w stream of glsl tokens
MIT License
51 stars 6 forks source link

Adds FragDepth and Lod EXT builtins #7

Closed mattdesl closed 8 years ago

mattdesl commented 8 years ago

https://www.khronos.org/registry/gles/extensions/EXT/EXT_shader_texture_lod.txt https://www.khronos.org/registry/gles/extensions/EXT/EXT_frag_depth.txt

ThreeJS uses both of these extensions.

mattdesl commented 8 years ago

Going to merge since nobody chimed in.