• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1layout(local_size_x = 1) in;
2
3void overloaded_function(layout(rgba32f) writeonly texture2D tex) {}
4void overloaded_function(layout(r32f)    writeonly texture2D tex) {}
5void overloaded_function(layout(rgba8)   writeonly texture2D tex) {}
6
7/*%%*
8modifiers on parameter 1 differ between declaration and definition
9modifiers on parameter 1 differ between declaration and definition
10*%%*/
11