Fix xfb_stride incorrectness(#1654)
Add int64 support in XFB. Change containsDouble to contains64BitType. Make it more general.
This commit is contained in:
parent
2898223375
commit
75c5603ada
5 changed files with 34 additions and 34 deletions
|
|
@ -166,7 +166,7 @@ Linked vertex stage:
|
|||
ERROR: Linking vertex stage: Missing entry point: Each stage requires one entry point
|
||||
ERROR: Linking vertex stage: xfb_stride is too small to hold all buffer entries:
|
||||
ERROR: xfb_buffer 0, xfb_stride 92, minimum stride needed: 96
|
||||
ERROR: Linking vertex stage: xfb_stride must be multiple of 8 for buffer holding a double:
|
||||
ERROR: Linking vertex stage: xfb_stride must be multiple of 8 for buffer holding a double or 64-bit integer:
|
||||
ERROR: xfb_buffer 0, xfb_stride 92
|
||||
ERROR: Linking vertex stage: xfb_stride must be multiple of 4:
|
||||
ERROR: xfb_buffer 5, xfb_stride 6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue