attribute-specifiers-hlsl.txt 505 B

1234567891011121314151617181920
  1. "[ fastopt ] do "
  2. "break ; "
  3. "continue ; "
  4. "discard ; "
  5. "[ unroll ] for ( "
  6. "[ unroll ( 5 ) ] for ( "
  7. "[ loop ] for ( "
  8. "[ fastopt ] for ( "
  9. "[ allow_uav_condition ] for ( "
  10. "[ branch ] if ( "
  11. "[ flatten ] if ( "
  12. "[ flatten ] switch ( i ) {"
  13. "[ branch ] switch ( i ) {"
  14. "[ forcecase ] switch ( i ) {"
  15. "[ call ] switch ( i ) {"
  16. "[ unroll ] while ( i < 10 ) {"
  17. "[ unroll ( 7 ) ] while ( i < 10 ) {"
  18. "[ loop ] while ( i < 10 ) {"
  19. "[ fastopt ] while ( i < 10 ) {"
  20. "[ allow_uav_condition ] while ( i < 10 ) {"