Interface Image

All Known Implementing Classes:
Image.CppProxy

public interface Image
  • Method Details

    • getName

      @NonNull java.lang.String getName()
    • getType

      @NonNull ImageType getType()
    • asAttachment

      @Nullable Attachment asAttachment()
    • asCubemap

      @Nullable Cubemap asCubemap()
    • asSegmentationMask

      @Nullable SegmentationMask asSegmentationMask()
    • asTexture

      @Nullable Texture asTexture()
    • asVideo

      @Nullable Video asVideo()
    • asWeightedLut

      @Nullable WeightedLut asWeightedLut()
    • reload

      void reload()