Class Image.ImageMapping

java.lang.Object
com.jme3.opencl.Image.ImageMapping
Enclosing class:
Image

public static class Image.ImageMapping extends Object
Describes a mapped region of the image
  • Field Details

  • Constructor Details

    • ImageMapping

      public ImageMapping(ByteBuffer buffer, long rowPitch, long slicePitch, Event event)
    • ImageMapping

      public ImageMapping(ByteBuffer buffer, long rowPitch, long slicePitch)