Example #1
0
 public VSOutputPSInput(VSOutputPSInputTypes type, int index)
 {
     this.Type = type;
     this.Index = index;
 }
Example #2
0
 public VSOutputPSInput(VSOutputPSInputTypes type, int index)
 {
     this.Type  = type;
     this.Index = index;
 }