Beispiel #1
0
 public H1ChangeTrackingArray(UInt32 size, PipelineStatePropertyBits p)
 {
     // allocate the value of array
     m_Array = new T[size];
     P       = p;
 }
Beispiel #2
0
 public H1ChangeTrackingValue(PipelineStatePropertyBits p)
 {
     P = p;
 }