aboutsummaryrefslogtreecommitdiff
path: root/tests/cases/draw_triangle_list_with_probe_point.vkscript
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cases/draw_triangle_list_with_probe_point.vkscript')
-rw-r--r--tests/cases/draw_triangle_list_with_probe_point.vkscript28
1 files changed, 20 insertions, 8 deletions
diff --git a/tests/cases/draw_triangle_list_with_probe_point.vkscript b/tests/cases/draw_triangle_list_with_probe_point.vkscript
index c210208..47741ec 100644
--- a/tests/cases/draw_triangle_list_with_probe_point.vkscript
+++ b/tests/cases/draw_triangle_list_with_probe_point.vkscript
@@ -39,32 +39,44 @@ void main() {
0/R8G8_SNORM 1/R8G8B8A8_UNORM
# Red for entire frame
-# R8 G8 R8 G8 B8 A8
+# R8 G8 R8 G8 B8 A8
-128 -128 255 0 0 255
127 127 255 0 0 255
-128 127 255 0 0 255
+
+ -128 -128 255 0 0 255
+ 127 127 255 0 0 255
127 -128 255 0 0 255
# Green for half frame
-# R8 G8 R8 G8 B8
+# R8 G8 R8 G8 B8 A8
0 -128 0 255 0 255
127 127 0 255 0 255
0 127 0 255 0 255
+
+ 0 -128 0 255 0 255
+ 127 127 0 255 0 255
127 -128 0 255 0 255
# Blue for quarter frame
-# R8 G8 R8 G8 B8
+# R8 G8 R8 G8 B8 A8
-128 0 0 0 255 255
0 127 0 0 255 255
-128 127 0 0 255 255
+
+ -128 0 0 0 255 255
+ 0 127 0 0 255 255
0 0 0 0 255 255
# Mixed color for quarter frame
-# R8 G8 R8 G8 B8
- 0 0 127 127 127 255
- 127 127 127 127 127 255
- 0 127 127 127 127 255
- 127 0 127 127 127 255
+# R8 G8 R8 G8 B8 A8
+ 0 0 128 128 128 255
+ 127 127 128 128 128 255
+ 0 127 128 128 128 255
+
+ 0 0 128 128 128 255
+ 127 127 128 128 128 255
+ 127 0 128 128 128 255
[test]
clear