Uses of Class
com.mojang.blaze3d.systems.RenderPass
Packages that use RenderPass
Package
Description
-
Uses of RenderPass in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems that return RenderPassModifier and TypeMethodDescriptionCommandEncoder.createRenderPass(Supplier<String> label, GpuTextureView colorTexture, OptionalInt clearColor) CommandEncoder.createRenderPass(Supplier<String> label, GpuTextureView colorTexture, OptionalInt clearColor, @Nullable GpuTextureView depthTexture, OptionalDouble clearDepth) Methods in com.mojang.blaze3d.systems with parameters of type RenderPassModifier and TypeMethodDescriptionstatic voidRenderSystem.bindDefaultUniforms(RenderPass renderPass) -
Uses of RenderPass in net.minecraft.client.gui.render
Methods in net.minecraft.client.gui.render with parameters of type RenderPassModifier and TypeMethodDescriptionprivate voidGuiRenderer.enableScissor(ScreenRectangle rectangle, RenderPass renderPass) private voidGuiRenderer.executeDraw(GuiRenderer.Draw draw, RenderPass renderPass, GpuBuffer indexBuffer, VertexFormat.IndexType indexType) -
Uses of RenderPass in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer with parameters of type RenderPassModifier and TypeMethodDescriptionvoidSubmitNodeCollector.ParticleGroupRenderer.render(QuadParticleRenderState.PreparedBuffers buffers, ParticleFeatureRenderer.ParticleBufferCache bufferCache, RenderPass renderPass, TextureManager textureManager) private voidWeatherEffectRenderer.renderWeather(RenderPass renderPass, AbstractTexture texture, int startColumn, int columnCount) -
Uses of RenderPass in net.minecraft.client.renderer.feature
Methods in net.minecraft.client.renderer.feature with parameters of type RenderPassModifier and TypeMethodDescriptionprivate voidParticleFeatureRenderer.prepareRenderPass(RenderPass renderPass) -
Uses of RenderPass in net.minecraft.client.renderer.state
Methods in net.minecraft.client.renderer.state with parameters of type RenderPassModifier and TypeMethodDescriptionvoidQuadParticleRenderState.render(QuadParticleRenderState.PreparedBuffers preparedBuffers, ParticleFeatureRenderer.ParticleBufferCache bufferCache, RenderPass renderPass, TextureManager textureManager) -
Uses of RenderPass in net.minecraft.client.renderer.texture
Methods in net.minecraft.client.renderer.texture with parameters of type RenderPassModifier and TypeMethodDescriptionvoidSpriteContents.AnimationState.drawToAtlas(RenderPass renderPass, GpuBufferSlice ubo)