Uses of Interface
com.mojang.renderpearl.backend.opengl.FrameBufferAttachment
Packages that use FrameBufferAttachment
-
Uses of FrameBufferAttachment in com.mojang.renderpearl.backend.opengl
Classes in com.mojang.renderpearl.backend.opengl that implement FrameBufferAttachmentFields in com.mojang.renderpearl.backend.opengl with type parameters of type FrameBufferAttachmentModifier and TypeFieldDescriptionfinal List<@Nullable FrameBufferAttachment> FrameBufferCache.CacheKey.associatedAttachmentsprivate final List<@Nullable FrameBufferAttachment> GlCommandEncoder.renderPassColorTexturesMethods in com.mojang.renderpearl.backend.opengl with parameters of type FrameBufferAttachmentModifier and TypeMethodDescriptionprivate intFrameBufferCache.createFbo(FrameBufferCache.CacheKey key, DirectStateAccess dsa, List<@Nullable FrameBufferAttachment> colorAttachments, @Nullable FrameBufferAttachment depthAttachment, int mipOffset) intFrameBufferCache.getFbo(DirectStateAccess dsa, List<@Nullable FrameBufferAttachment> colorTextures, @Nullable FrameBufferAttachment depthTexture) intFrameBufferCache.getFbo(DirectStateAccess dsa, List<@Nullable FrameBufferAttachment> colorTextures, @Nullable FrameBufferAttachment depthTexture, int mipOffset) Method parameters in com.mojang.renderpearl.backend.opengl with type arguments of type FrameBufferAttachmentModifier and TypeMethodDescriptionprivate intFrameBufferCache.createFbo(FrameBufferCache.CacheKey key, DirectStateAccess dsa, List<@Nullable FrameBufferAttachment> colorAttachments, @Nullable FrameBufferAttachment depthAttachment, int mipOffset) intFrameBufferCache.getFbo(DirectStateAccess dsa, List<@Nullable FrameBufferAttachment> colorTextures, @Nullable FrameBufferAttachment depthTexture) intFrameBufferCache.getFbo(DirectStateAccess dsa, List<@Nullable FrameBufferAttachment> colorTextures, @Nullable FrameBufferAttachment depthTexture, int mipOffset) Constructors in com.mojang.renderpearl.backend.opengl with parameters of type FrameBufferAttachmentModifierConstructorDescriptionCacheKey(List<@Nullable FrameBufferAttachment> colorAttachments, @Nullable FrameBufferAttachment depthAttachment, int mipOffset) Constructor parameters in com.mojang.renderpearl.backend.opengl with type arguments of type FrameBufferAttachmentModifierConstructorDescriptionCacheKey(List<@Nullable FrameBufferAttachment> colorAttachments, @Nullable FrameBufferAttachment depthAttachment, int mipOffset)