Uses of Class
com.mojang.blaze3d.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.opengl
Subclasses of GpuTextureView in com.mojang.blaze3d.openglFields in com.mojang.blaze3d.opengl with type parameters of type GpuTextureViewModifier and TypeFieldDescriptionprotected final HashMap
<String, GpuTextureView> GlRenderPass.samplers
Methods in com.mojang.blaze3d.opengl that return GpuTextureViewModifier and TypeMethodDescriptionGlDevice.createTextureView
(GpuTexture pTexture) GlDevice.createTextureView
(GpuTexture pTexture, int pBaseMipLevel, int pMipLevels) Methods in com.mojang.blaze3d.opengl with parameters of type GpuTextureViewModifier and TypeMethodDescriptionvoid
GlRenderPass.bindSampler
(String pName, GpuTextureView pTexture) GlCommandEncoder.createRenderPass
(Supplier<String> pDebugGroup, GpuTextureView pColorTexture, OptionalInt pClearColor) GlCommandEncoder.createRenderPass
(Supplier<String> pDebugGroup, GpuTextureView pColorTexture, OptionalInt pClearColor, GpuTextureView pDepthTexture, OptionalDouble pClearDepth) void
GlCommandEncoder.presentTexture
(GpuTextureView pTexture) -
Uses of GpuTextureView in com.mojang.blaze3d.pipeline
Fields in com.mojang.blaze3d.pipeline declared as GpuTextureViewModifier and TypeFieldDescriptionprotected GpuTextureView
RenderTarget.colorTextureView
protected GpuTextureView
RenderTarget.depthTextureView
Methods 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 TypeMethodDescriptionvoid
RenderTarget.blitAndBlendToTexture
(GpuTextureView pTextureView) -
Uses of GpuTextureView in com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems declared as GpuTextureViewModifier and TypeFieldDescriptionstatic GpuTextureView
RenderSystem.outputColorTextureOverride
static GpuTextureView
RenderSystem.outputDepthTextureOverride
private static final GpuTextureView[]
RenderSystem.shaderTextures
Methods in com.mojang.blaze3d.systems that return GpuTextureViewModifier and TypeMethodDescriptionGpuDevice.createTextureView
(GpuTexture pTexture) GpuDevice.createTextureView
(GpuTexture pTexture, int pBaseMipLevel, int pMipLevels) static GpuTextureView
RenderSystem.getShaderTexture
(int pId) Methods in com.mojang.blaze3d.systems with parameters of type GpuTextureViewModifier and TypeMethodDescriptionvoid
RenderPass.bindSampler
(String pName, GpuTextureView pTexture) CommandEncoder.createRenderPass
(Supplier<String> pDebugGroup, GpuTextureView pColorTexture, OptionalInt pClearColor) CommandEncoder.createRenderPass
(Supplier<String> pDebugGroup, GpuTextureView pColorTexture, OptionalInt pClearColor, GpuTextureView pDepthTexture, OptionalDouble pClearDepth) void
CommandEncoder.presentTexture
(GpuTextureView pTexture) static void
RenderSystem.setShaderTexture
(int pTextureId, GpuTextureView pTexture) static void
RenderSystem.setupOverlayColor
(GpuTextureView pTexture) -
Uses of GpuTextureView in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type GpuTextureViewModifier and TypeMethodDescriptionprivate void
GuiGraphics.submitBlit
(RenderPipeline pPipeline, GpuTextureView pAtlasTexture, int pX0, int pY0, int pX1, int pY1, float pU0, float pU1, float pV0, float pV1, int pColor) -
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 GpuTextureViewConstructors in net.minecraft.client.gui.font.glyphs with parameters of type GpuTextureViewModifierConstructorDescriptionBakedGlyph
(GlyphRenderTypes pRenderTypes, GpuTextureView pTextureView, float pU0, float pU1, float pV0, float pV1, float pLeft, float pRight, float pUp, float pDown) -
Uses of GpuTextureView in net.minecraft.client.gui.render
Fields in net.minecraft.client.gui.render declared as GpuTextureViewModifier and TypeFieldDescriptionprivate GpuTextureView
GuiRenderer.itemsAtlasDepthView
private GpuTextureView
GuiRenderer.itemsAtlasView
private final GpuTextureView
TextureSetup.texure0
The field for thetexure0
record component.private final GpuTextureView
TextureSetup.texure1
The field for thetexure1
record component.private final GpuTextureView
TextureSetup.texure2
The field for thetexure2
record component.Methods in net.minecraft.client.gui.render that return GpuTextureViewModifier and TypeMethodDescriptionTextureSetup.texure0()
Returns the value of thetexure0
record component.TextureSetup.texure1()
Returns the value of thetexure1
record component.TextureSetup.texure2()
Returns the value of thetexure2
record component.Methods in net.minecraft.client.gui.render with parameters of type GpuTextureViewModifier and TypeMethodDescriptionstatic TextureSetup
TextureSetup.doubleTexture
(GpuTextureView pTexture1, GpuTextureView pTexture2) static TextureSetup
TextureSetup.singleTexture
(GpuTextureView pTexture) static TextureSetup
TextureSetup.singleTextureWithLightmap
(GpuTextureView pTexture) Constructors in net.minecraft.client.gui.render with parameters of type GpuTextureViewModifierConstructorDescriptionTextureSetup
(GpuTextureView texure0, GpuTextureView texure1, GpuTextureView texure2) Creates an instance of aTextureSetup
record class. -
Uses of GpuTextureView in net.minecraft.client.gui.render.pip
Fields in net.minecraft.client.gui.render.pip declared as GpuTextureViewModifier and TypeFieldDescriptionprivate GpuTextureView
PictureInPictureRenderer.depthTextureView
private GpuTextureView
PictureInPictureRenderer.textureView
-
Uses of GpuTextureView in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as GpuTextureViewMethods in net.minecraft.client.renderer that return GpuTextureViewModifier and TypeMethodDescriptionLightTexture.getTextureView()
PostPass.Input.texture
(Map<ResourceLocation, ResourceHandle<RenderTarget>> pTargets) PostPass.TargetInput.texture
(Map<ResourceLocation, ResourceHandle<RenderTarget>> pTargets) PostPass.TextureInput.texture
(Map<ResourceLocation, ResourceHandle<RenderTarget>> p_418145_) -
Uses of GpuTextureView in net.minecraft.client.renderer.chunk
Methods in net.minecraft.client.renderer.chunk that return GpuTextureView -
Uses of GpuTextureView in net.minecraft.client.renderer.texture
Fields in net.minecraft.client.renderer.texture declared as GpuTextureViewMethods in net.minecraft.client.renderer.texture that return GpuTextureView -
Uses of GpuTextureView in net.neoforged.neoforge.client.blaze3d.validation
Methods in net.neoforged.neoforge.client.blaze3d.validation that return GpuTextureViewModifier and TypeMethodDescriptionValidationGpuDevice.createTextureView
(GpuTexture texture) ValidationGpuDevice.createTextureView
(GpuTexture texture, int baseMipLevel, int mipLevels) Methods in net.neoforged.neoforge.client.blaze3d.validation with parameters of type GpuTextureViewModifier and TypeMethodDescriptionvoid
ValidationRenderPass.bindSampler
(String name, @Nullable GpuTextureView texture) ValidationCommandEncoder.createRenderPass
(Supplier<String> label, GpuTextureView colorTextureView, OptionalInt clearColor) ValidationCommandEncoder.createRenderPass
(Supplier<String> label, GpuTextureView colorTextureView, OptionalInt clearColor, @Nullable GpuTextureView depthTextureView, OptionalDouble clearDepth) void
ValidationCommandEncoder.presentTexture
(GpuTextureView texture)