summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/transforms/screen-space-blit-trivial.yaml
blob: 76b2578faa564a5547288cc52769482e77b43d53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This test is similar to "screen-space-blit" but without filters,
# so the implementation doesn't attempt to bake the contents
# into a separate render target.
---
root:
  items:
    - type: "stacking-context"
      perspective: 100
      perspective-origin: 100 100
      items:
        - type: "stacking-context"
          transform-origin: 235 235
          transform: rotate-x(-15)
          items:
            - image: checkerboard(2, 16, 16)
              bounds: [100, 100, 260, 260]
    - type: "stacking-context"
      transform-origin: 635 235
      transform: rotate-z(-45)
      items:
        - image: checkerboard(2, 16, 16)
          bounds: [500, 100, 260, 260]