specialization-constants-vk.txt 344 B

12345678910
  1. /*
  2. Cmdargs: ['--namespace', 'vk', '--sc-options']
  3. */
  4. "[[ vk :: constant_id ( 0 ) ]]"
  5. "const int Quality_SC_OPTION = ( int ) 0 ;"
  6. "static const :: QualityT Quality = ( :: QualityT ) Quality_SC_OPTION ;"
  7. "[[ vk :: constant_id ( 1 ) ]]"
  8. "const bool UseGI = ( bool ) true ;"
  9. "[[ vk :: constant_id ( 2 ) ]]"
  10. "const int IntOption = ( int ) 42 ;"