• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1### Compilation failed:
2
3error: 5: storage texture parameters must specify a pixel format layout-qualifier
4void takes_any_pixel_format(readonly  texture2D tex) {}
5                            ^^^^^^^^^^^^^^^^^^^^^^^
6error: 6: storage texture parameters must specify a pixel format layout-qualifier
7void takes_any_pixel_format(writeonly texture2D tex) {}
8                            ^^^^^^^^^^^^^^^^^^^^^^^
92 errors
10