Uses of Class
com.mojang.blaze3d.framegraph.FrameGraphBuilder.Handle
Packages that use FrameGraphBuilder.Handle
-
Uses of FrameGraphBuilder.Handle in com.mojang.blaze3d.framegraph
Fields in com.mojang.blaze3d.framegraph declared as FrameGraphBuilder.HandleModifier and TypeFieldDescriptionprivate @Nullable FrameGraphBuilder.Handle<T> FrameGraphBuilder.Handle.aliasedByFrameGraphBuilder.VirtualResource.handleFields in com.mojang.blaze3d.framegraph with type parameters of type FrameGraphBuilder.HandleModifier and TypeFieldDescriptionprivate final List<FrameGraphBuilder.Handle<?>> FrameGraphBuilder.Pass.writesFromMethods in com.mojang.blaze3d.framegraph that return FrameGraphBuilder.HandleModifier and TypeMethodDescriptionprivate <T> FrameGraphBuilder.Handle<T> FrameGraphBuilder.Pass._readsAndWrites(FrameGraphBuilder.Handle<T> handle) private FrameGraphBuilder.Handle<T> FrameGraphBuilder.Handle.writeAndAlias(FrameGraphBuilder.Pass pass) Methods in com.mojang.blaze3d.framegraph with parameters of type FrameGraphBuilder.HandleModifier and TypeMethodDescriptionprivate <T> voidFrameGraphBuilder.Pass._reads(FrameGraphBuilder.Handle<T> handle) private <T> FrameGraphBuilder.Handle<T> FrameGraphBuilder.Pass._readsAndWrites(FrameGraphBuilder.Handle<T> handle) private <T> voidFrameGraphBuilder.Pass.markResourceRequired(FrameGraphBuilder.Handle<T> handle)