Skip to content

[Vulkan][DirectX] Add tests and support for TextureCube and TextureCubeArray - #1476

Open
Icohedron wants to merge 2 commits into
users/icohedron/texture2darrayfrom
users/icohedron/texturecube
Open

[Vulkan][DirectX] Add tests and support for TextureCube and TextureCubeArray#1476
Icohedron wants to merge 2 commits into
users/icohedron/texture2darrayfrom
users/icohedron/texturecube

Conversation

@Icohedron

Copy link
Copy Markdown
Contributor

Fixes #1134
Fixes #1381

This PR registers TextureCube and TextureCubeArray with the DirectX and Vulkan backends, and adds tests to exercise the types.

Since neither type is currently implemented in Clang (currently in PRs llvm/llvm-project#218520 and llvm/llvm-project#218521), they have been excluded from running with Clang using C preprocessor macros.

Assisted by: Claude Opus 5


Stack created with GitHub Stacks CLIGive Feedback 💬

@bob80905 bob80905 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good, might also suggest a light comment trim.

Comment thread include/Support/Pipeline.h
Comment thread lib/Support/Pipeline.cpp
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

Successfully merging this pull request may close these issues.

Add tests for TextureCubeArray Add tests for TextureCube

2 participants