12345678910 |
- # use string notation (double quotes) to list a series of tests you want to match from the output of compilation
- # spaces separate tokens. e.g. "id1 , id2" will match "thing<id1,id2>"
- "struct SRG_S"
- "float4 albedo ;"
- "StructuredBuffer < SRG_S > SRG_m_buf : register ( t0 , space0 ) ;"
- "struct Thingie_vd_S"
- "void Thingie ( )"
- ":: Thingie_vd_S s ;"
- "s . i ++ ;"
|