Uses of Class
com.mojang.blaze3d.opengl.FrameBufferCache.CacheKey
Packages that use FrameBufferCache.CacheKey
-
Uses of FrameBufferCache.CacheKey in com.mojang.blaze3d.opengl
Fields in com.mojang.blaze3d.opengl with type parameters of type FrameBufferCache.CacheKeyModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.objects.Object2IntMap<FrameBufferCache.CacheKey> FrameBufferCache.cacheprivate final List<FrameBufferCache.CacheKey> GlTexture.fboKeysprivate final List<FrameBufferCache.CacheKey> GlTextureView.fboKeysMethods in com.mojang.blaze3d.opengl with parameters of type FrameBufferCache.CacheKeyModifier and TypeMethodDescriptionvoidFrameBufferAttachment.addAssociatedFbo(FrameBufferCache.CacheKey fboKey) voidGlTexture.addAssociatedFbo(FrameBufferCache.CacheKey fboKey) voidGlTextureView.addAssociatedFbo(FrameBufferCache.CacheKey fboKey) private intFrameBufferCache.createFbo(FrameBufferCache.CacheKey key, DirectStateAccess dsa, List<@Nullable FrameBufferAttachment> colorAttachments, @Nullable FrameBufferAttachment depthAttachment) voidFrameBufferCache.destroyFbo(FrameBufferCache.CacheKey key) voidFrameBufferAttachment.removeAssociatedFbo(FrameBufferCache.CacheKey fboKey) voidGlTexture.removeAssociatedFbo(FrameBufferCache.CacheKey fboKey) voidGlTextureView.removeAssociatedFbo(FrameBufferCache.CacheKey fboKey)