Skip to content

Make vertex buffers optional in the TraditionalRaster pipeline and add VerticesFromVertexID.test#1155

Open
manon-traverse wants to merge 4 commits into
llvm:mainfrom
Traverse-Research:optional-vertex-buffer
Open

Make vertex buffers optional in the TraditionalRaster pipeline and add VerticesFromVertexID.test#1155
manon-traverse wants to merge 4 commits into
llvm:mainfrom
Traverse-Research:optional-vertex-buffer

Conversation

@manon-traverse
Copy link
Copy Markdown
Contributor

@manon-traverse manon-traverse commented May 5, 2026

Fixes #1154

Add a TraditionalRaster test that doesn't use a vertex buffer, but generates a triangle using the SV_VertexID. This is a pretty common use case in game engines.

To make this work this changes makes the specifying a vertex buffer optional.

Golden image is introduced in: llvm/offload-golden-images#7

@manon-traverse manon-traverse force-pushed the optional-vertex-buffer branch from 2447726 to b7fe2f7 Compare May 11, 2026 09:57
@manon-traverse
Copy link
Copy Markdown
Contributor Author

NOTE: CI is currently only failing because of the missing golden image in the offload-golden-images repository.

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.

Make specifying a vertex buffer optional

1 participant