Uses of Interface
net.minecraft.client.gl.FramebufferManager
Packages that use FramebufferManager
-
Uses of FramebufferManager in net.minecraft.client.gl
Classes in net.minecraft.client.gl that implement FramebufferManagerModifier and TypeClassDescriptionclassclassFields in net.minecraft.client.gl declared as FramebufferManagerMethods in net.minecraft.client.gl that return FramebufferManager -
Uses of FramebufferManager in net.minecraft.client.texture
Methods in net.minecraft.client.texture with parameters of type FramebufferManagerModifier and TypeMethodDescriptionintGlTexture.getOrCreateFramebuffer(FramebufferManager fbManager, @Nullable DrawableTexture depthTexture) Gets or creates a framebuffer, which hasthistexture as color attachment, anddepthTextureas depth attachment (or texture '0' if null).