play-cljc.macros-js
(gl game n & args)
Wraps the WebGL2RenderingContext object, calling a method if the provided symbol starts with a
lower-case letter, or a static field if it starts with an upper-case letter.
(math n & args)
Wraps the Math object, calling a method if the provided symbol starts with a
lower-case letter, or a property if it starts with an upper-case letter.