Hacker News new | ask | show | jobs
by hoprocker 4033 days ago
Oh weird! Is it common in ClojureScript to pass strings of code around like this?
1 comments

Most things that deal with GLSL have to upload the code to the driver for compiling and execution, so you'll see it most places as it stands now, or there may be a loader function that reads external files, but ultimately a string of source code is passed.