Skip to content

Compute pipelines#48

Merged
crud89 merged 18 commits intomainfrom
computer-pipeline
Jul 6, 2021
Merged

Compute pipelines#48
crud89 merged 18 commits intomainfrom
computer-pipeline

Conversation

@crud89
Copy link
Copy Markdown
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. Feature New feature or request. Type: Requirement Vulkan 🌋 The issue involves the Vulkan backend. 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

DX12 ❎ The issue involves the DX12 backend. Feature New feature or request. Priority: Medium A issue with normal priority. Vulkan 🌋 The issue involves the Vulkan backend.

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

Add compute pipelines.

1 participant