This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
skia2
Watch
1
Star
0
Fork
0
You've already forked skia2
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
b576168c8c
skia2
/
tests
/
sksl
/
shared
/
GeometryNoGSInvocationsReorder.metal
5 lines
68 B
Metal
Raw
Normal View
History
Unescape
Escape
Add geometry shader test demonstrating max_vertices/invocations bug Declaring max_vertices before invocations fails to adjust max_vertices when invocation support is not present. (It should be 4, not 2 in this case). Bug: skia:10827 Change-Id: Ief7af97eabf5414ea8363808fc1ad2e9c480fe10 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/325664 Commit-Queue: Brian Osman <brianosman@google.com> Reviewed-by: John Stiles <johnstiles@google.com>
2020-10-12 19:26:20 +00:00
#
## Compilation failed:
remove incorrect line number from SkSL errors with no source information Change-Id: Ib9117dbd1bcd2c3581fba02416d9eabda1dfc6dd Reviewed-on: https://skia-review.googlesource.com/c/skia/+/341458 Commit-Queue: Ethan Nicholas <ethannicholas@google.com> Commit-Queue: Brian Osman <brianosman@google.com> Commit-Queue: John Stiles <johnstiles@google.com> Auto-Submit: Ethan Nicholas <ethannicholas@google.com> Reviewed-by: Brian Osman <brianosman@google.com> Reviewed-by: John Stiles <johnstiles@google.com>
2020-12-07 17:47:17 +00:00
error
:
unsupported
kind
of
program
Add geometry shader test demonstrating max_vertices/invocations bug Declaring max_vertices before invocations fails to adjust max_vertices when invocation support is not present. (It should be 4, not 2 in this case). Bug: skia:10827 Change-Id: Ief7af97eabf5414ea8363808fc1ad2e9c480fe10 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/325664 Commit-Queue: Brian Osman <brianosman@google.com> Reviewed-by: John Stiles <johnstiles@google.com>
2020-10-12 19:26:20 +00:00
1
error
Reference in New Issue
Copy Permalink