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