Skip to content
Snippets Groups Projects
Commit d6f4d9b4 authored by LoopDawg's avatar LoopDawg
Browse files

HLSL: fix type on clip/cull index result

While adding geometry stage support for clip/cull, it transpired that the
existing clip/cull support was not setting the type of the result of indexing
into the clup/cull variable.  That's a defect independent of the geometry
support, so to simplify the geometry PR, this is addressed separately.

It doesn't appear to change the generated SPIR-V, but that's probably down to
something else tolerating a bad input.
parent 82e95a3a
No related branches found
No related tags found
No related merge requests found
Showing
with 180 additions and 174 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment