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

Typed pipelines #16

Open
skallweitNV opened this issue Sep 3, 2024 · 0 comments
Open

Typed pipelines #16

skallweitNV opened this issue Sep 3, 2024 · 0 comments

Comments

@skallweitNV
Copy link
Collaborator

We currently have IPipeline that is used for all kinds of pipelines (graphics, compute, raytracing).
We should should create individual types for the different kinds of pipelines to allow type checking when binding pipelines. All pipelines should still inherit IPipeline but we should have additional interfaces IRenderPipeline, IComputePipeline and IRayTracingPipeline.

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