Example #1
0
 /// <summary>
 /// Returns the size in bytes of this vertex attribute
 /// </summary>
 public int GetSizeBytes()
 {
     return(count * pointerType.GetSize());
 }