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 support for 1D/3D textures and cube maps. #44

Merged
merged 5 commits into from
Jun 29, 2021
Merged

Add support for 1D/3D textures and cube maps. #44

merged 5 commits into from
Jun 29, 2021

Conversation

crud89
Copy link
Owner

@crud89 crud89 commented Jun 27, 2021

This PR implements support for 1D/3D textures and cube maps.

@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 Jun 27, 2021
@crud89 crud89 added this to the Alpha #02 milestone Jun 27, 2021
@crud89 crud89 self-assigned this Jun 27, 2021
This includes:
- MipMap levels
- Layers
- Planes (rudimentary)

Furthermore, this required to redesign state transition handling in order to keep barriers as efficient as possible.
@crud89 crud89 changed the title WIP: Add support for 1D/3D textures and cube maps. Add support for 1D/3D textures and cube maps. Jun 29, 2021
@crud89 crud89 merged commit 9fb40b5 into main Jun 29, 2021
@crud89 crud89 deleted the texture-types branch June 30, 2021 05:57
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 support for cube maps. Implement 1D and 3D textures.
1 participant