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

Create generic shader manager and generator #1

Open
9 of 11 tasks
recp opened this issue Sep 21, 2017 · 0 comments
Open
9 of 11 tasks

Create generic shader manager and generator #1

recp opened this issue Sep 21, 2017 · 0 comments
Labels
Milestone

Comments

@recp
Copy link
Owner

recp commented Sep 21, 2017

A shader manager could provide a compiled program or collect combinations of shaders then compile them as program.

This will be used for COMMON profiles/techniques.

  • Shader manager
    • Shader manager for common materials; mesh/primitives must use same program/shaders if all attribs, features are same
    • Custom shaders?
  • Shader generator
    • Shader generator common materials
      • constant
      • lambert
      • blinn
      • phong
    • Shader generator PBR materials
      • Metallic-Roughness
      • Specular Glossiness
@recp recp added this to the v0.1 milestone Sep 21, 2017
@recp recp added the feature label Sep 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant