Uses of Class
com.mojang.blaze3d.opengl.FrameBufferCache
Packages that use FrameBufferCache
-
Uses of FrameBufferCache in com.mojang.blaze3d.opengl
Fields in com.mojang.blaze3d.opengl declared as FrameBufferCacheModifier and TypeFieldDescriptionprivate final FrameBufferCacheGlDevice.frameBufferCacheprivate final FrameBufferCacheGlTexture.frameBufferCacheprivate final FrameBufferCacheGlTextureView.frameBufferCacheMethods in com.mojang.blaze3d.opengl that return FrameBufferCacheConstructors in com.mojang.blaze3d.opengl with parameters of type FrameBufferCacheModifierConstructorDescriptionprotectedGlTexture(int usage, String label, GpuFormat format, int width, int height, int depthOrLayers, int mipLevels, int id, FrameBufferCache frameBufferCache) protectedGlTextureView(GlTexture texture, int baseMipLevel, int mipLevels, FrameBufferCache frameBufferCache)