コード例 #1
0
 public VertexBuffer CreateStatic(Voxel[] data)
 {
     return(_inputProcessor.CreateImmutableBuffer(data));
 }