Uses of Record Class
com.mojang.blaze3d.systems.RenderPassDescriptor.Attachment
Packages that use RenderPassDescriptor.Attachment
-
Uses of RenderPassDescriptor.Attachment in com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems declared as RenderPassDescriptor.AttachmentFields in com.mojang.blaze3d.systems with type parameters of type RenderPassDescriptor.AttachmentModifier and TypeFieldDescriptionprivate final List<@Nullable RenderPassDescriptor.Attachment<Optional<Vector4fc>>> RenderPass.colorAttachmentsRenderPassDescriptor.colorAttachmentsMethods in com.mojang.blaze3d.systems that return RenderPassDescriptor.AttachmentMethods in com.mojang.blaze3d.systems that return types with arguments of type RenderPassDescriptor.AttachmentConstructor parameters in com.mojang.blaze3d.systems with type arguments of type RenderPassDescriptor.AttachmentModifierConstructorDescriptionRenderPass(RenderPassBackend backend, GpuDeviceBackend device, List<@Nullable RenderPassDescriptor.Attachment<Optional<Vector4fc>>> colorAttachments, Runnable onFinish, @Nullable RenderPass.RenderArea renderArea)