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

Add Shader Cache #19

Open
1 of 11 tasks
Tracked by #42
STREGA opened this issue Jun 7, 2023 · 0 comments
Open
1 of 11 tasks
Tracked by #42

Add Shader Cache #19

STREGA opened this issue Jun 7, 2023 · 0 comments
Milestone

Comments

@STREGA
Copy link
Contributor

STREGA commented Jun 7, 2023

Shaders are generated every launch. Speed up loading and reduce lag.

  • Generate IDs using a checksum
  • Async generate/compile shaders
    • WebGL2
    • OpenGL
    • Metal
    • DirectX 12
  • Cache generated shaders on platform FileSystem
    • WebGL2
    • OpenGL
    • Metal
    • DirectX 12
@STREGA STREGA added this to the GateEngine v1.0.0 milestone Jun 7, 2023
@STREGA STREGA mentioned this issue Aug 18, 2023
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant