コード例 #1
0
 public virtual void drawElementsBurstMode(int primitive, int count, int indexType, long indicesOffset)
 {
     proxy.drawElementsBurstMode(primitive, count, indexType, indicesOffset);
 }