1bf215546Sopenharmony_ciGEOM
2bf215546Sopenharmony_ciPROPERTY GS_INPUT_PRIMITIVE TRIANGLES
3bf215546Sopenharmony_ciPROPERTY GS_OUTPUT_PRIMITIVE TRIANGLE_STRIP
4bf215546Sopenharmony_ciPROPERTY GS_MAX_OUTPUT_VERTICES 3
5bf215546Sopenharmony_ciDCL IN[][0], POSITION, CONSTANT
6bf215546Sopenharmony_ciDCL IN[][1], COLOR, CONSTANT
7bf215546Sopenharmony_ciDCL OUT[0], POSITION, CONSTANT
8bf215546Sopenharmony_ciDCL OUT[1], COLOR, CONSTANT
9bf215546Sopenharmony_ci
10bf215546Sopenharmony_ciMOV OUT[0], IN[0][0]
11bf215546Sopenharmony_ciADD OUT[1], IN[0][1], IN[1][1]
12bf215546Sopenharmony_ciEMIT
13bf215546Sopenharmony_ci
14bf215546Sopenharmony_ciMOV OUT[0], IN[1][0]
15bf215546Sopenharmony_ciADD OUT[1], IN[1][1], IN[2][1]
16bf215546Sopenharmony_ciEMIT
17bf215546Sopenharmony_ci
18bf215546Sopenharmony_ciMOV OUT[0], IN[2][0]
19bf215546Sopenharmony_ciADD OUT[1], IN[2][1], IN[0][1]
20bf215546Sopenharmony_ciEMIT
21bf215546Sopenharmony_ci
22bf215546Sopenharmony_ciENDPRIM
23bf215546Sopenharmony_ci
24bf215546Sopenharmony_ciEND
25