1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23

content / test / data / gpu / pixel_scissor_expectations.json [blame]

[
  {
    "comment": "red top",
    "location": [ 1, 1 ],
    "size": [ 198, 188 ],
    "color": [ 255, 0, 0 ],
    "tolerance": 3
  },
  {
    "comment": "green bottom left",
    "location": [ 1, 191 ],
    "size": [ 8, 8 ],
    "color": [ 0, 255, 0 ],
    "tolerance": 3
  },
  {
    "comment": "red bottom right",
    "location": [ 11, 191 ],
    "size": [ 188, 8 ],
    "color": [ 255, 0, 0 ],
    "tolerance": 3
  }
]