typealias-composed.txt 426 B

1234567891011
  1. "typedef StructuredBuffer < :: PassVars > StructBuf ;"
  2. "typedef Buffer < float > MySRG_FloatBuf ;"
  3. "struct MySRG_F4"
  4. "typedef :: MySRG_F4 MySRG_Get_vd_StuffT ;"
  5. "typedef ConsumeStructuredBuffer < :: MySRG_Inner > MySRG_DistributionQueue ;"
  6. "typedef vector < half , 4 > MySRG_HV ;"
  7. "float4 MySRG_Get ( )"
  8. ":: MySRG_Get_vd_StuffT s = {"
  9. "return s . f ;"
  10. "dword MySRG_GetMyBatch ( )"
  11. "return :: MySRG_m_dist . Consume ( ) . d ;"