Uses of Class
com.mojang.blaze3d.framegraph.FrameGraphBuilder.Pass
Packages that use FrameGraphBuilder.Pass
-
Uses of FrameGraphBuilder.Pass in com.mojang.blaze3d.framegraph
Fields in com.mojang.blaze3d.framegraph declared as FrameGraphBuilder.PassModifier and TypeFieldDescriptionprivate final @Nullable FrameGraphBuilder.PassFrameGraphBuilder.Handle.createdByFields in com.mojang.blaze3d.framegraph with type parameters of type FrameGraphBuilder.PassModifier and TypeFieldDescriptionprivate final List<FrameGraphBuilder.Pass> FrameGraphBuilder.passesMethods in com.mojang.blaze3d.framegraph with parameters of type FrameGraphBuilder.PassModifier and TypeMethodDescriptionprivate <T> FrameGraphBuilder.InternalVirtualResource<T> FrameGraphBuilder.createInternalResource(String name, ResourceDescriptor<T> descriptor, @Nullable FrameGraphBuilder.Pass createdBy) private voidFrameGraphBuilder.discoverAllRequiredPasses(FrameGraphBuilder.Pass sourcePass, BitSet visited, Deque<FrameGraphBuilder.Pass> passesToTrace) private voidFrameGraphBuilder.Pass.markPassRequired(FrameGraphBuilder.Pass pass) private voidFrameGraphBuilder.resolvePassOrder(FrameGraphBuilder.Pass pass, BitSet passesToFind, BitSet visiting, List<FrameGraphBuilder.Pass> output) private FrameGraphBuilder.Handle<T> FrameGraphBuilder.Handle.writeAndAlias(FrameGraphBuilder.Pass pass) Method parameters in com.mojang.blaze3d.framegraph with type arguments of type FrameGraphBuilder.PassModifier and TypeMethodDescriptionprivate voidFrameGraphBuilder.assignResourceLifetimes(Collection<FrameGraphBuilder.Pass> passesInOrder) private voidFrameGraphBuilder.discoverAllRequiredPasses(FrameGraphBuilder.Pass sourcePass, BitSet visited, Deque<FrameGraphBuilder.Pass> passesToTrace) private voidFrameGraphBuilder.resolvePassOrder(FrameGraphBuilder.Pass pass, BitSet passesToFind, BitSet visiting, List<FrameGraphBuilder.Pass> output) Constructors in com.mojang.blaze3d.framegraph with parameters of type FrameGraphBuilder.PassModifierConstructorDescriptionExternalResource(String name, @Nullable FrameGraphBuilder.Pass createdBy, T resource) privateHandle(FrameGraphBuilder.VirtualResource<T> holder, int version, @Nullable FrameGraphBuilder.Pass createdBy) InternalVirtualResource(int id, String name, @Nullable FrameGraphBuilder.Pass createdBy, ResourceDescriptor<T> descriptor) VirtualResource(String name, @Nullable FrameGraphBuilder.Pass createdBy)