コード例 #1
0
 public void DrawTransparent(DeviceContext context)
 {
     transparentIndexBuffer.Draw(context);
 }
コード例 #2
0
 public void DrawOpaque(DeviceContext context)
 {
     opaqueIndexBuffer.Draw(context);
 }