예제 #1
0
 public PixVolume(Col.Format format, int sizeX, int sizeY, int sizeZ)
     : this(format, CreateTensor4 <T>(sizeX, sizeY, sizeZ, Col.ChannelCount(format)))
 {
 }
예제 #2
0
 public PixVolume(Col.Format format, V3i size)
     : this(format, CreateTensor4 <T>(size.X, size.Y, size.Z, Col.ChannelCount(format)))
 {
 }