Uses of Class
com.mojang.blaze3d.systems.RenderPassDescriptor
Packages that use RenderPassDescriptor
-
Uses of RenderPassDescriptor in com.mojang.blaze3d.opengl
Methods in com.mojang.blaze3d.opengl with parameters of type RenderPassDescriptorModifier and TypeMethodDescriptionGlCommandEncoder.createRenderPass(RenderPassDescriptor descriptor) -
Uses of RenderPassDescriptor in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems that return RenderPassDescriptorModifier and TypeMethodDescriptionstatic RenderPassDescriptorRenderPassDescriptor.withColorAttachment(GpuTextureView textureView) RenderPassDescriptor.withColorAttachment(GpuTextureView textureView, Optional<Vector4fc> clearValue) RenderPassDescriptor.withDepthAttachment(GpuTextureView textureView) RenderPassDescriptor.withDepthAttachment(GpuTextureView textureView, OptionalDouble clearValue) RenderPassDescriptor.withRenderArea(RenderPass.RenderArea renderArea) RenderPassDescriptor.withUnusedColorAttachment()Methods in com.mojang.blaze3d.systems with parameters of type RenderPassDescriptorModifier and TypeMethodDescriptionCommandEncoder.createRenderPass(RenderPassDescriptor descriptor) CommandEncoderBackend.createRenderPass(RenderPassDescriptor descriptor) -
Uses of RenderPassDescriptor in com.mojang.blaze3d.vulkan
Methods in com.mojang.blaze3d.vulkan with parameters of type RenderPassDescriptorModifier and TypeMethodDescriptionVulkanCommandEncoder.createRenderPass(RenderPassDescriptor descriptor)