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

Compute pipelines #48

Merged
merged 18 commits into from
Jul 6, 2021
Merged

Compute pipelines #48

merged 18 commits into from
Jul 6, 2021

Conversation

crud89
Copy link
Owner

@crud89 crud89 commented Jul 4, 2021

This PR implements support for compute pipelines and shaders.

@crud89 crud89 added Priority: Medium A issue with normal priority. Type: Feature Request New feature or request. Type: Requirement An implementation is required before the next release. Status: In Progress Module: Vulkan 🌋 The issue involves the Vulkan backend. Module: DX12 ❎ The issue involves the DX12 backend. labels Jul 4, 2021
@crud89 crud89 added this to the Alpha #02 milestone Jul 4, 2021
@crud89 crud89 self-assigned this Jul 4, 2021
@crud89 crud89 linked an issue Jul 4, 2021 that may be closed by this pull request
@crud89 crud89 mentioned this pull request Jul 4, 2021
3 tasks
crud89 added 12 commits July 5, 2021 10:08
This removes a hard dependency between instance type and builder. Without this dependency, an instance type can be built from different builders. Note that we could change the implementation of the make methods, however, they have mostly been replaced with direct builder instancing, so their value is questionable. If they are required, we would simply not be able to automatically deduct the builder type from the instance type and instead would have to do it the other way around (i.e. deduct the instance type from the builder type).
@crud89 crud89 changed the title WIP: Compute pipelines Compute pipelines Jul 6, 2021
@crud89 crud89 merged commit 99c70ed into main Jul 6, 2021
@crud89 crud89 deleted the computer-pipeline branch July 6, 2021 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Module: DX12 ❎ The issue involves the DX12 backend. Module: Vulkan 🌋 The issue involves the Vulkan backend. Priority: Medium A issue with normal priority. Type: Feature Request New feature or request. Type: Requirement An implementation is required before the next release.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Add compute pipelines.
1 participant