Class FramebufferDesc.ColorAttachmentDesc

java.lang.Object
icyllis.arc3d.engine.FramebufferDesc.ColorAttachmentDesc
Enclosing class:
FramebufferDesc

@Immutable public static final class FramebufferDesc.ColorAttachmentDesc extends Object
  • Field Details Link icon

    • mAttachment Link icon

      @Nullable public final WeakReference<@RawPtr Image> mAttachment
    • mResolveAttachment Link icon

      @Nullable public final WeakReference<@RawPtr Image> mResolveAttachment
    • mAttachmentID Link icon

      @Nullable public final UniqueID mAttachmentID
    • mResolveAttachmentID Link icon

      @Nullable public final UniqueID mResolveAttachmentID
    • mMipLevel Link icon

      public final int mMipLevel
    • mArraySlice Link icon

      public final int mArraySlice
  • Constructor Details Link icon

    • ColorAttachmentDesc Link icon

      public ColorAttachmentDesc()
    • ColorAttachmentDesc Link icon

      public ColorAttachmentDesc(@Nullable @RawPtr @RawPtr Image attachment, @Nullable @RawPtr @RawPtr Image resolveAttachment, int mipLevel, int arraySlice)
  • Method Details Link icon

    • isStale Link icon

      public boolean isStale()
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals Link icon

      public boolean equals(Object o)
      Overrides:
      equals in class Object