webgpu.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "root": "https://cdn.babylonjs.com",
  3. "tests": [
  4. {
  5. "title": "edge renderer and zOffset",
  6. "renderCount": 5,
  7. "playgroundId": "#3DBA8X#1"
  8. },
  9. {
  10. "title": "cube with holes using stencil buffer",
  11. "playgroundId": "#CW5PRI#0"
  12. },
  13. {
  14. "title": "water material",
  15. "playgroundId": "#EUH2VL#0"
  16. },
  17. {
  18. "title": "show bounding box",
  19. "renderCount": 5,
  20. "playgroundId": "#0LN1JD#0"
  21. },
  22. {
  23. "title": "cube reflection with probe and mirrors",
  24. "renderCount": 20,
  25. "playgroundId": "#X3V1NN#0"
  26. },
  27. {
  28. "title": "sphere with custom shader to display wireframe using glow layer",
  29. "playgroundId": "#Y05E2C#3"
  30. },
  31. {
  32. "title": "blur cube with the effect renderer",
  33. "renderCount": 20,
  34. "playgroundId": "#4C900K#2"
  35. },
  36. {
  37. "title": "simple render target with blue spheres",
  38. "playgroundId": "#NRR7F4#0"
  39. },
  40. {
  41. "title": "neon pipe with glow layer",
  42. "renderCount": 5,
  43. "playgroundId": "#X229PI#0"
  44. },
  45. {
  46. "title": "pillars sphere and torus with PCSS shadows",
  47. "playgroundId": "#WL4Q8J#0"
  48. },
  49. {
  50. "title": "soft transparent shadows",
  51. "playgroundId": "#G3DJGA#0"
  52. },
  53. {
  54. "title": "default render pipeline",
  55. "playgroundId": "#GAFR36#0"
  56. },
  57. {
  58. "title": "torus knot mirror",
  59. "playgroundId": "#M5GFLR#0"
  60. },
  61. {
  62. "title": "simple sphere in 4 mirrors",
  63. "playgroundId": "#58CFTW#0"
  64. },
  65. {
  66. "title": "procedural texture with node material",
  67. "renderCount": 10,
  68. "playgroundId": "#IA4X0H#1"
  69. },
  70. {
  71. "title": "apply all post processes",
  72. "renderCount": 10,
  73. "playgroundId": "#MJ59Y8#2"
  74. },
  75. {
  76. "title": "simple custom shader",
  77. "renderCount": 5,
  78. "playgroundId": "#6GFJNR#2"
  79. },
  80. {
  81. "title": "show multiple guis",
  82. "renderCount": 5,
  83. "playgroundId": "#6X9UMD#12"
  84. },
  85. {
  86. "title": "skybox with boombox",
  87. "renderCount": 20,
  88. "playgroundId": "#I2TR8G#0"
  89. },
  90. {
  91. "title": "show all procedural textures",
  92. "renderCount": 5,
  93. "playgroundId": "#4N0QRP#0"
  94. },
  95. {
  96. "title": "custom handling of materials for render target pass",
  97. "renderCount": 30,
  98. "playgroundId": "#FIVL25"
  99. }
  100. ]
  101. }