예제 #1
0
 public void SetIndexBuffer(IndexBuffer indexBuffer)
 {
     this.Bind();
     indexBuffer.Bind();
     this.indexBuffer = indexBuffer;
 }