Class FrameBufferCache.CacheKey
java.lang.Object
com.mojang.blaze3d.opengl.FrameBufferCache.CacheKey
- Enclosing class:
FrameBufferCache
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal List<@Nullable FrameBufferAttachment> private final int[]private final int -
Constructor Summary
ConstructorsConstructorDescriptionCacheKey(List<@Nullable FrameBufferAttachment> colorAttachments, @Nullable FrameBufferAttachment depthAttachment) -
Method Summary
-
Field Details
-
data
private final int[] data -
hash
private final int hash -
associatedAttachments
-
-
Constructor Details
-
CacheKey
public CacheKey(List<@Nullable FrameBufferAttachment> colorAttachments, @Nullable FrameBufferAttachment depthAttachment)
-
-
Method Details
-
hashCode
-
equals
-