HLSL: Flatten a return struct from an entry point and assign locations after flattening.
Locations now get assigned in order, but skipping built-ins, which can be done post flattening.
This commit is contained in:
parent
7f702124ec
commit
7dc630f3da
93 changed files with 951 additions and 495 deletions
|
|
@ -13,6 +13,7 @@ Linked fragment stage:
|
|||
MemoryModel Logical GLSL450
|
||||
EntryPoint Fragment 5663 "main" 4045 4872
|
||||
ExecutionMode 5663 OriginUpperLeft
|
||||
Decorate 4045 Location 0
|
||||
Decorate 4872 Location 0
|
||||
8: TypeVoid
|
||||
1282: TypeFunction 8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue