This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| static const int Y_SIZE = 192; | |
| static const int X_SIZE = 728; | |
| struct VertexInput { | |
| float3 pos : POSITION; | |
| float3 color : COLOR0; | |
| } | |
| struct VertexOutput { |