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