fix incorrect error when multiple compilation units don't declare layouts (#2238)
when using multiple compilation units, input/output layouts don't need to be declared in every unit.
This commit is contained in:
parent
044113abe8
commit
6f723ebbe3
6 changed files with 89 additions and 5 deletions
|
|
@ -936,7 +936,6 @@ ERROR: Linking tessellation control stage: can't handle multiple entry points pe
|
|||
ERROR: Linking tessellation control stage: Multiple function bodies in multiple compilation units for the same signature in the same stage:
|
||||
main(
|
||||
ERROR: Linking tessellation control stage: can't handle multiple entry points per stage
|
||||
ERROR: Linking tessellation control stage: Contradictory layout vertices values
|
||||
ERROR: Linking tessellation control stage: Multiple function bodies in multiple compilation units for the same signature in the same stage:
|
||||
main(
|
||||
ERROR: Linking tessellation control stage: Multiple function bodies in multiple compilation units for the same signature in the same stage:
|
||||
|
|
@ -961,7 +960,6 @@ ERROR: Linking tessellation evaluation stage: can't handle multiple entry points
|
|||
ERROR: Linking tessellation evaluation stage: Multiple function bodies in multiple compilation units for the same signature in the same stage:
|
||||
main(
|
||||
ERROR: Linking tessellation evaluation stage: can't handle multiple entry points per stage
|
||||
ERROR: Linking tessellation evaluation stage: Contradictory input layout primitives
|
||||
ERROR: Linking tessellation evaluation stage: Contradictory input vertex spacing
|
||||
ERROR: Linking tessellation evaluation stage: Contradictory triangle ordering
|
||||
ERROR: Linking tessellation evaluation stage: Multiple function bodies in multiple compilation units for the same signature in the same stage:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue