Uses of Class
com.mojang.renderpearl.api.commands.RenderPassDescriptor.Builder
Packages that use RenderPassDescriptor.Builder
-
Uses of RenderPassDescriptor.Builder in com.mojang.renderpearl.api.commands
Methods in com.mojang.renderpearl.api.commands that return RenderPassDescriptor.BuilderModifier and TypeMethodDescriptionstatic RenderPassDescriptor.BuilderRenderPassDescriptor.Builder.withColorAttachment(GpuTextureView textureView) RenderPassDescriptor.Builder.withColorAttachment(GpuTextureView textureView, Optional<Vector4fc> clearValue) RenderPassDescriptor.Builder.withDepthAttachment(GpuTextureView textureView) RenderPassDescriptor.Builder.withDepthAttachment(GpuTextureView textureView, OptionalDouble clearValue) RenderPassDescriptor.Builder.withRenderArea(RenderPass.RenderArea renderArea) RenderPassDescriptor.Builder.withUnusedColorAttachment()