Liking cljdoc? Tell your friends :D

thi.ng.glsl.core


assembleclj/s

(assemble spec)

defglslclj/smacro

(defglsl name deps src)

defglsl-fileclj/smacro

(defglsl-file name deps path)

extract-glsl-metaclj/s

(extract-glsl-meta src)

Attempts to extract function name, return type and args from given GLSL source string. If successful, returns map w/ these keys: :glsl-name :glsl-return :glsl-args

Attempts to extract function name, return type and args from given
GLSL source string. If successful, returns map w/ these
keys: :glsl-name :glsl-return :glsl-args
raw docstring

glsl-file-specclj/smacro

(glsl-file-spec deps path)

glsl-specclj/smacro

(glsl-spec deps src)

glsl-spec-plainclj/s

(glsl-spec-plain deps src)

minifiedclj/smacro

(minified src)

minifyclj/s

(minify src)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close