Uses of Interface
com.mojang.renderpearl.api.textures.GpuTextureView
Packages that use GpuTextureView
Package
Description
-
Uses of GpuTextureView in com.mojang.blaze3d
Fields in com.mojang.blaze3d declared as GpuTextureView -
Uses of GpuTextureView in com.mojang.blaze3d.pipeline
Fields in com.mojang.blaze3d.pipeline declared as GpuTextureViewModifier and TypeFieldDescriptionprotected @Nullable GpuTextureViewRenderTarget.colorTextureViewprotected @Nullable GpuTextureViewRenderTarget.depthTextureViewMethods in com.mojang.blaze3d.pipeline that return GpuTextureViewModifier and TypeMethodDescriptionRenderTarget.getColorTextureView()RenderTarget.getDepthTextureView()Methods in com.mojang.blaze3d.pipeline with parameters of type GpuTextureViewModifier and TypeMethodDescriptionvoidRenderTarget.blitAndBlendToTexture(GpuTextureView output, GpuTextureView outputDepth) -
Uses of GpuTextureView in com.mojang.renderpearl.api.commands
Fields in com.mojang.renderpearl.api.commands declared as GpuTextureViewModifier and TypeFieldDescriptionprivate final GpuTextureViewRenderPassDescriptor.Attachment.textureViewThe field for thetextureViewrecord component.Methods in com.mojang.renderpearl.api.commands that return GpuTextureViewModifier and TypeMethodDescriptionRenderPassDescriptor.Attachment.textureView()Returns the value of thetextureViewrecord component.Methods in com.mojang.renderpearl.api.commands with parameters of type GpuTextureViewModifier and TypeMethodDescriptiondefault RenderPassCommandEncoder.createRenderPass(Supplier<String> label, GpuTextureView colorTexture, Optional<Vector4fc> clearColor) default RenderPassCommandEncoder.createRenderPass(Supplier<String> label, GpuTextureView colorTexture, Optional<Vector4fc> clearColor, @Nullable GpuTextureView depthTexture, OptionalDouble clearDepth) default RenderPassCommandEncoder.createRenderPass(Supplier<String> label, GpuTextureView colorTexture, Optional<Vector4fc> clearColor, @Nullable GpuTextureView depthTexture, OptionalDouble clearDepth, RenderPass.RenderArea renderArea) booleanRenderPass.RenderArea.fillsTexture(GpuTextureView texture) voidRenderPass.setUniform(String name, @Nullable GpuTextureView textureView, @Nullable GpuSampler sampler) RenderPassDescriptor.Builder.withColorAttachment(GpuTextureView textureView) RenderPassDescriptor.Builder.withColorAttachment(GpuTextureView textureView, Optional<Vector4fc> clearValue) RenderPassDescriptor.Builder.withDepthAttachment(GpuTextureView textureView) RenderPassDescriptor.Builder.withDepthAttachment(GpuTextureView textureView, OptionalDouble clearValue) Constructors in com.mojang.renderpearl.api.commands with parameters of type GpuTextureViewModifierConstructorDescriptionAttachment(GpuTextureView textureView, T clearValue) Creates an instance of aAttachmentrecord class. -
Uses of GpuTextureView in com.mojang.renderpearl.api.device
Methods in com.mojang.renderpearl.api.device that return GpuTextureViewModifier and TypeMethodDescriptionGpuDevice.createTextureView(GpuTexture texture) GpuDevice.createTextureView(GpuTexture texture, int baseMipLevel, int mipLevels) Methods in com.mojang.renderpearl.api.device with parameters of type GpuTextureViewModifier and TypeMethodDescriptionvoidGpuSurface.blitFromTexture(CommandEncoder commandEncoder, GpuTextureView textureView) -
Uses of GpuTextureView in com.mojang.renderpearl.backend.api
Methods in com.mojang.renderpearl.backend.api that return GpuTextureViewModifier and TypeMethodDescriptionGpuDeviceBackend.createTextureView(GpuTexture texture, int baseMipLevel, int mipLevels) Methods in com.mojang.renderpearl.backend.api with parameters of type GpuTextureViewModifier and TypeMethodDescriptionvoidGpuSurfaceBackend.blitFromTexture(CommandEncoderBackend commandEncoder, GpuTextureView textureView) -
Uses of GpuTextureView in com.mojang.renderpearl.backend.common
Classes in com.mojang.renderpearl.backend.common that implement GpuTextureView -
Uses of GpuTextureView in com.mojang.renderpearl.backend.opengl
Classes in com.mojang.renderpearl.backend.opengl that implement GpuTextureViewMethods in com.mojang.renderpearl.backend.opengl that return GpuTextureViewModifier and TypeMethodDescriptionGlDevice.createTextureView(GpuTexture texture, int baseMipLevel, int mipLevels) Methods in com.mojang.renderpearl.backend.opengl with parameters of type GpuTextureViewModifier and TypeMethodDescriptionvoidGlSurface.blitFromTexture(CommandEncoderBackend commandEncoder, GpuTextureView textureView) (package private) voidGlCommandEncoder.presentTexture(long windowHandle, GpuTextureView textureView, int swapchainWidth, int swapchainHeight) -
Uses of GpuTextureView in com.mojang.renderpearl.backend.vulkan
Classes in com.mojang.renderpearl.backend.vulkan that implement GpuTextureViewMethods in com.mojang.renderpearl.backend.vulkan that return GpuTextureViewModifier and TypeMethodDescriptionVulkanDevice.createTextureView(GpuTexture texture, int baseMipLevel, int mipLevels) Methods in com.mojang.renderpearl.backend.vulkan with parameters of type GpuTextureViewModifier and TypeMethodDescriptionvoidVulkanGpuSurface.blitFromTexture(CommandEncoderBackend commandEncoder, GpuTextureView textureView) -
Uses of GpuTextureView in com.mojang.renderpearl.frontend
Methods in com.mojang.renderpearl.frontend that return GpuTextureViewModifier and TypeMethodDescriptionFrontendGpuDevice.createTextureView(GpuTexture texture) FrontendGpuDevice.createTextureView(GpuTexture texture, int baseMipLevel, int mipLevels) Methods in com.mojang.renderpearl.frontend with parameters of type GpuTextureViewModifier and TypeMethodDescriptionvoidFrontendGpuSurface.blitFromTexture(CommandEncoder commandEncoder, GpuTextureView textureView) FrontendCommandEncoder.createRenderPass(Supplier<String> label, GpuTextureView colorTexture, Optional<Vector4fc> clearColor) FrontendCommandEncoder.createRenderPass(Supplier<String> label, GpuTextureView colorTexture, Optional<Vector4fc> clearColor, @Nullable GpuTextureView depthTexture, OptionalDouble clearDepth) FrontendCommandEncoder.createRenderPass(Supplier<String> label, GpuTextureView colorTexture, Optional<Vector4fc> clearColor, @Nullable GpuTextureView depthTexture, OptionalDouble clearDepth, RenderPass.RenderArea renderArea) voidFrontendRenderPass.setUniform(String name, @Nullable GpuTextureView textureView, @Nullable GpuSampler sampler) -
Uses of GpuTextureView in com.mojang.renderpearl.util
Fields in com.mojang.renderpearl.util declared as GpuTextureViewModifier and TypeFieldDescriptionprivate final GpuTextureViewTextureViewAndSampler.viewThe field for theviewrecord component.Methods in com.mojang.renderpearl.util that return GpuTextureViewModifier and TypeMethodDescriptionTextureViewAndSampler.view()Returns the value of theviewrecord component.Constructors in com.mojang.renderpearl.util with parameters of type GpuTextureViewModifierConstructorDescriptionTextureViewAndSampler(GpuTextureView view, GpuSampler sampler) Creates an instance of aTextureViewAndSamplerrecord class. -
Uses of GpuTextureView in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type GpuTextureViewModifier and TypeMethodDescriptionvoidGuiGraphicsExtractor.blit(GpuTextureView textureView, GpuSampler sampler, int x0, int y0, int x1, int y1, float u0, float u1, float v0, float v1) private voidGuiGraphicsExtractor.innerBlit(RenderPipeline pipeline, GpuTextureView textureView, GpuSampler sampler, int x0, int y0, int x1, int y1, float u0, float u1, float v0, float v1, int color) private voidGuiGraphicsExtractor.innerTiledBlit(RenderPipeline pipeline, GpuTextureView textureView, GpuSampler sampler, int tileWidth, int tileHeight, int x0, int y0, int x1, int y1, float u0, float u1, float v0, float v1, int color) -
Uses of GpuTextureView in net.minecraft.client.gui.font
Fields in net.minecraft.client.gui.font declared as GpuTextureViewModifier and TypeFieldDescriptionprivate final GpuTextureViewAtlasGlyphProvider.Instance.textureViewThe field for thetextureViewrecord component.Methods in net.minecraft.client.gui.font that return GpuTextureViewModifier and TypeMethodDescriptionAtlasGlyphProvider.Instance.textureView()Returns the value of thetextureViewrecord component.PlayerGlyphProvider.Instance.textureView()TextRenderable.textureView()Constructors in net.minecraft.client.gui.font with parameters of type GpuTextureViewModifierConstructorDescriptionprivateInstance(GlyphRenderTypes renderTypes, GpuTextureView textureView, TextureAtlasSprite sprite, float x, float y, int color, int shadowColor, float shadowOffset, Style style) Creates an instance of aInstancerecord class. -
Uses of GpuTextureView in net.minecraft.client.gui.font.glyphs
Fields in net.minecraft.client.gui.font.glyphs declared as GpuTextureViewMethods in net.minecraft.client.gui.font.glyphs that return GpuTextureViewModifier and TypeMethodDescriptionBakedSheetGlyph.EffectInstance.textureView()BakedSheetGlyph.GlyphInstance.textureView()Constructors in net.minecraft.client.gui.font.glyphs with parameters of type GpuTextureViewModifierConstructorDescriptionBakedSheetGlyph(GlyphInfo info, GlyphRenderTypes renderTypes, GpuTextureView textureView, float u0, float u1, float v0, float v1, float left, float right, float up, float down) -
Uses of GpuTextureView in net.minecraft.client.gui.render
Fields in net.minecraft.client.gui.render declared as GpuTextureViewModifier and TypeFieldDescriptionprivate final GpuTextureViewGuiItemAtlas.depthTextureViewprivate final GpuTextureViewGuiItemAtlas.SlotView.textureViewThe field for thetextureViewrecord component.private final GpuTextureViewGuiItemAtlas.textureViewprivate final @Nullable GpuTextureViewTextureSetup.texure0The field for thetexure0record component.private final @Nullable GpuTextureViewTextureSetup.texure1The field for thetexure1record component.private final @Nullable GpuTextureViewTextureSetup.texure2The field for thetexure2record component.Methods in net.minecraft.client.gui.render that return GpuTextureViewModifier and TypeMethodDescriptionGuiItemAtlas.SlotView.textureView()Returns the value of thetextureViewrecord component.TextureSetup.texure0()Returns the value of thetexure0record component.TextureSetup.texure1()Returns the value of thetexure1record component.TextureSetup.texure2()Returns the value of thetexure2record component.Methods in net.minecraft.client.gui.render with parameters of type GpuTextureViewModifier and TypeMethodDescriptionstatic TextureSetupTextureSetup.doubleTexture(GpuTextureView texture0, GpuSampler sampler0, GpuTextureView texture1, GpuSampler sampler1) static TextureSetupTextureSetup.singleTexture(GpuTextureView texture, GpuSampler sampler) static TextureSetupTextureSetup.singleTextureWithLightmap(GpuTextureView texture, GpuSampler sampler) Constructors in net.minecraft.client.gui.render with parameters of type GpuTextureViewModifierConstructorDescriptionSlotView(GpuTextureView textureView, float u0, float v0, float u1, float v1) Creates an instance of aSlotViewrecord class.TextureSetup(@Nullable GpuTextureView texure0, @Nullable GpuTextureView texure1, @Nullable GpuTextureView texure2, @Nullable GpuSampler sampler0, @Nullable GpuSampler sampler1, @Nullable GpuSampler sampler2) Creates an instance of aTextureSetuprecord class. -
Uses of GpuTextureView in net.minecraft.client.gui.render.pip
Fields in net.minecraft.client.gui.render.pip declared as GpuTextureViewModifier and TypeFieldDescriptionprivate @Nullable GpuTextureViewPictureInPictureRenderer.depthTextureViewprivate @Nullable GpuTextureViewPictureInPictureRenderer.textureView -
Uses of GpuTextureView in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as GpuTextureViewModifier and TypeFieldDescriptionprivate final GpuTextureViewLightmap.textureViewprivate @Nullable GpuTextureViewPlayerSkinRenderCache.RenderInfo.textureViewprivate final GpuTextureViewPostPass.InputTexture.viewThe field for theviewrecord component.Methods in net.minecraft.client.renderer that return GpuTextureViewModifier and TypeMethodDescriptionLightmap.getTextureView()UiLightmap.getTextureView()GameRenderer.levelLightmap()GameRenderer.lightmap()PostPass.Input.texture(Map<Identifier, ResourceHandle<RenderTarget>> targets) PostPass.TargetInput.texture(Map<Identifier, ResourceHandle<RenderTarget>> targets) PostPass.TextureInput.texture(Map<Identifier, ResourceHandle<RenderTarget>> targets) PlayerSkinRenderCache.RenderInfo.textureView()PostPass.InputTexture.view()Returns the value of theviewrecord component.Methods in net.minecraft.client.renderer with parameters of type GpuTextureViewModifier and TypeMethodDescriptionvoidDebugCrosshairRenderer.render(CameraRenderState cameraState, int guiScale, GpuTextureView colorTexture, GpuTextureView depthTexture) private voidGameRenderer.renderItemInHand(CameraRenderState cameraState, PlayerRenderState playerState, GpuTextureView depthTextureView) voidCloudRenderer.renderOit(CloudStatus cloudStatus, OitStage stage, GpuTextureView mainDepthTextureView, OitRenderPassProvider.Parameters params) Constructors in net.minecraft.client.renderer with parameters of type GpuTextureViewModifierConstructorDescriptionprivateInputTexture(String samplerName, GpuTextureView view, GpuSampler sampler) Creates an instance of aInputTexturerecord class. -
Uses of GpuTextureView in net.minecraft.client.renderer.chunk
Methods in net.minecraft.client.renderer.chunk with parameters of type GpuTextureViewModifier and TypeMethodDescriptionvoidChunkSectionsToRender.renderGroup(ChunkSectionLayerGroup group, RenderPass renderPass, GpuSampler sampler, GpuTextureView atlas, boolean renderWireframeTerrain) private voidChunkSectionsToRender.renderLayers(ChunkSectionLayer[] layers, GpuSampler sampler, RenderPass renderPass, GpuTextureView atlas, GpuTextureView lightmap, @Nullable RenderPipeline renderPipelineOverride, @Nullable RenderPipeline renderPipelineOverrideMultidraw) voidChunkSectionsToRender.renderOit(GpuSampler sampler, OitStage stage, OitRenderPassProvider.Parameters params, GpuTextureView atlas, GpuTextureView lightmap) -
Uses of GpuTextureView in net.minecraft.client.renderer.feature
Fields in net.minecraft.client.renderer.feature declared as GpuTextureViewModifier and TypeFieldDescriptionprivate final GpuTextureViewFeatureFrameContext.lightmapThe field for thelightmaprecord component.Methods in net.minecraft.client.renderer.feature that return GpuTextureViewModifier and TypeMethodDescriptionFeatureFrameContext.lightmap()Returns the value of thelightmaprecord component.Constructors in net.minecraft.client.renderer.feature with parameters of type GpuTextureViewModifierConstructorDescriptionFeatureFrameContext(OptionsRenderState options, Font font, BlockStateModelSet blockStateModelSet, BlockColors blockColors, TextureManager textureManager, AtlasManager atlasManager, GpuTextureView lightmap, StagedVertexBuffer stagedVertexBuffer) Creates an instance of aFeatureFrameContextrecord class. -
Uses of GpuTextureView in net.minecraft.client.renderer.oit
Fields in net.minecraft.client.renderer.oit declared as GpuTextureViewModifier and TypeFieldDescriptionprivate final GpuTextureViewOitRenderPassProvider.Parameters.accumulateTargetViewprivate GpuTextureViewOitRenderPassProvider.Parameters.depthBoundsTargetViewprivate final GpuTextureViewOitRenderPassProvider.Parameters.depthTextureViewprivate final GpuTextureView[]OitRenderPassProvider.Parameters.transmittanceTargetViewsMethods in net.minecraft.client.renderer.oit with parameters of type GpuTextureViewModifier and TypeMethodDescriptionvoidOitRenderPassProvider.Parameters.setDepthBoundsTargetView(GpuTextureView depthBoundsTargetView) Constructors in net.minecraft.client.renderer.oit with parameters of type GpuTextureViewModifierConstructorDescriptionParameters(GpuTextureView depthBoundsTargetView, GpuTextureView[] transmittanceTargetViews, GpuTextureView accumulateTargetView, GpuTextureView depthTextureView) -
Uses of GpuTextureView in net.minecraft.client.renderer.rendertype
Fields in net.minecraft.client.renderer.rendertype declared as GpuTextureViewModifier and TypeFieldDescriptionprivate final GpuTextureViewPreparedRenderType.Texture.textureViewThe field for thetextureViewrecord component.Methods in net.minecraft.client.renderer.rendertype that return GpuTextureViewModifier and TypeMethodDescriptionPreparedRenderType.Texture.textureView()Returns the value of thetextureViewrecord component.Methods in net.minecraft.client.renderer.rendertype with parameters of type GpuTextureViewModifier and TypeMethodDescriptionRenderSetup.prepareTextures(TextureManager textureManager, SamplerCache samplerCache, GpuTextureView overlayTexture, GpuTextureView lightmapTexture) Constructors in net.minecraft.client.renderer.rendertype with parameters of type GpuTextureViewModifierConstructorDescriptionTexture(String name, GpuTextureView textureView, GpuSampler sampler) Creates an instance of aTexturerecord class. -
Uses of GpuTextureView in net.minecraft.client.renderer.texture
Fields in net.minecraft.client.renderer.texture declared as GpuTextureViewModifier and TypeFieldDescriptionprivate GpuTextureView[]TextureAtlas.mipViewsprotected @Nullable GpuTextureViewAbstractTexture.textureViewFields in net.minecraft.client.renderer.texture with type parameters of type GpuTextureViewModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.ints.Int2ObjectMap<GpuTextureView> SpriteContents.AnimationState.frameTexturesByIndexMethods in net.minecraft.client.renderer.texture that return GpuTextureViewModifier and TypeMethodDescriptionAbstractTexture.getTextureView()OverlayTexture.getTextureView()Constructor parameters in net.minecraft.client.renderer.texture with type arguments of type GpuTextureViewModifierConstructorDescriptionprivateAnimationState(SpriteContents.AnimatedTexture animationInfo, it.unimi.dsi.fastutil.ints.Int2ObjectMap<GpuTextureView> frameTexturesByIndex, GpuBufferSlice[] spriteUbosByMip) -
Uses of GpuTextureView in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client with parameters of type GpuTextureViewModifier and TypeMethodDescriptiondefault booleanCustomCloudsRenderer.renderCloudsOit(LevelRenderState levelRenderState, CloudStatus cloudStatus, Matrix4fc modelViewMatrix, OitStage stage, GpuTextureView mainDepthTextureView, OitRenderPassProvider.Parameters params) Renders the clouds of this dimension with order-independent translucency.