Skip to content

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

Merged
crud89 merged 5 commits intomainfrom
texture-types
Jun 29, 2021
Merged

Add support for 1D/3D textures and cube maps.#44
crud89 merged 5 commits intomainfrom
texture-types

Conversation

@crud89
Copy link
Copy Markdown
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. Feature New feature or request. Type: Requirement Vulkan 🌋 The issue involves the Vulkan backend. 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
crud89 added 4 commits June 27, 2021 18:45
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

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

1 participant