예제 #1
0
 public ProgramAttribute4Integer(ProgramAttributeInfo info, int componentsPerColumn, int columnSize)
     : base(info, componentsPerColumn, columnSize, false)
 {
 }
예제 #2
0
 public ProgramAttribute4Real(ProgramAttributeInfo info, int componentsPerColumn, int columnSize, bool normalized)
     : base(info, componentsPerColumn, columnSize, normalized)
 {
 }
예제 #3
0
 internal ProgramAttribute(ProgramAttributeInfo info)
 {
     Info = info;
 }