Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change draw! signature #6

Closed
asakeron opened this issue Mar 26, 2014 · 1 comment
Closed

Change draw! signature #6

asakeron opened this issue Mar 26, 2014 · 1 comment

Comments

@asakeron
Copy link
Owner

As discussed in #4, it would be nice to have something like:

(defn draw! 
  [gl & {:keys [shader-program draw-mode first count 
                attributes uniforms element-array] :as opts}]
  ...)
@rm-hull
Copy link
Collaborator

rm-hull commented Mar 26, 2014

Implemented this just so on the feature/learningwebgl branch

@rm-hull rm-hull closed this as completed Mar 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants