Пример #1
0
 public KernelImage(int index, MemFlags flags, byte[] bytes, int width, int height, SystemGDI.PixelFormat pixelFormat)
     : this(index, flags, bytes, width, height, pixelFormat.ToGPU())
 {
 }
Пример #2
0
 private KernelImage(int index, MemFlags flags, int width, int height, SystemGDI.PixelFormat format)
     : this(index, flags, width, height, format.ToGPU())
 {
 }