compute_expected_parts.json 515 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "vertex_lines": [],
  3. "fragment_lines": [],
  4. "compute_lines": [
  5. "",
  6. "#version 450",
  7. "",
  8. "#VERSION_DEFINES",
  9. "",
  10. "#define BLOCK_SIZE 8",
  11. "",
  12. "#define M_PI 3.14159265359",
  13. "",
  14. "void main() {",
  15. "\tuint t = BLOCK_SIZE + 1;",
  16. "}"
  17. ],
  18. "vertex_included_files": [],
  19. "fragment_included_files": [],
  20. "compute_included_files": [
  21. "tests/python_build/fixtures/rd_glsl/_included.glsl"
  22. ],
  23. "reading": "compute",
  24. "line_offset": 13,
  25. "vertex_offset": 0,
  26. "fragment_offset": 0,
  27. "compute_offset": 1
  28. }