Uses of Class
com.mojang.blaze3d.textures.GpuTextureView
Packages that use GpuTextureView
Package
Description
-
Uses of GpuTextureView in com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems declared as GpuTextureViewModifier and TypeFieldDescriptionstatic @Nullable GpuTextureView
RenderSystem.outputColorTextureOverride
static @Nullable GpuTextureView
RenderSystem.outputDepthTextureOverride
private static final GpuTextureView[]
RenderSystem.shaderTextures
Methods in com.mojang.blaze3d.systems that return GpuTextureViewModifier and TypeMethodDescriptionGpuDevice.createTextureView
(GpuTexture texture) GpuDevice.createTextureView
(GpuTexture texture, int baseMipLevel, int mipLevels) static @Nullable GpuTextureView
RenderSystem.getShaderTexture
(int index) Methods in com.mojang.blaze3d.systems with parameters of type GpuTextureViewModifier and TypeMethodDescriptionvoid
RenderPass.bindSampler
(String name, @Nullable GpuTextureView texture) CommandEncoder.createRenderPass
(Supplier<String> labelGetter, GpuTextureView colorAttachment, OptionalInt clearColor) CommandEncoder.createRenderPass
(Supplier<String> labelGetter, GpuTextureView colorAttachment, OptionalInt clearColor, @Nullable GpuTextureView depthAttachment, OptionalDouble clearDepth) void
CommandEncoder.presentTexture
(GpuTextureView texture) static void
RenderSystem.setShaderTexture
(int index, @Nullable GpuTextureView texture) static void
RenderSystem.setupOverlayColor
(@Nullable GpuTextureView texture) -
Uses of GpuTextureView in net.minecraft.client.font
Fields in net.minecraft.client.font declared as GpuTextureViewMethods in net.minecraft.client.font that return GpuTextureViewConstructors in net.minecraft.client.font with parameters of type GpuTextureViewModifierConstructorDescriptionBakedGlyph
(TextRenderLayerSet textRenderLayers, @Nullable GpuTextureView gpuTexture, float minU, float maxU, float minV, float maxV, float minX, float maxX, float minY, float maxY) -
Uses of GpuTextureView in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as GpuTextureViewModifier and TypeFieldDescriptionprotected @Nullable GpuTextureView
Framebuffer.colorAttachmentView
protected @Nullable GpuTextureView
Framebuffer.depthAttachmentView
Fields in net.minecraft.client.gl with type parameters of type GpuTextureViewModifier and TypeFieldDescriptionprotected final HashMap
<String, GpuTextureView> RenderPassImpl.samplerUniforms
Methods in net.minecraft.client.gl that return GpuTextureViewModifier and TypeMethodDescriptionGlBackend.createTextureView
(GpuTexture texture) GlBackend.createTextureView
(GpuTexture texture, int baseMipLevel, int mipLevels) Framebuffer.getColorAttachmentView()
Framebuffer.getDepthAttachmentView()
PostEffectPass.Sampler.getTexture
(Map<Identifier, Handle<Framebuffer>> internalTargets) PostEffectPass.TargetSampler.getTexture
(Map<Identifier, Handle<Framebuffer>> internalTargets) PostEffectPass.TextureSampler.getTexture
(Map<Identifier, Handle<Framebuffer>> internalTargets) Methods in net.minecraft.client.gl with parameters of type GpuTextureViewModifier and TypeMethodDescriptionvoid
RenderPassImpl.bindSampler
(String name, @Nullable GpuTextureView texture) GlCommandEncoder.createRenderPass
(Supplier<String> labelGetter, GpuTextureView colorAttachment, OptionalInt clearColor) GlCommandEncoder.createRenderPass
(Supplier<String> labelGetter, GpuTextureView colorAttachment, OptionalInt clearColor, @Nullable GpuTextureView depthAttachment, OptionalDouble clearDepth) void
Framebuffer.drawBlit
(GpuTextureView texture) void
GlCommandEncoder.presentTexture
(GpuTextureView texture) -
Uses of GpuTextureView in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type GpuTextureViewModifier and TypeMethodDescriptionprivate void
DrawContext.drawTexturedQuad
(RenderPipeline pipeline, GpuTextureView texture, int x1, int y1, int x2, int y2, float u1, float u2, float v1, float v2, int color) -
Uses of GpuTextureView in net.minecraft.client.gui.render
Fields in net.minecraft.client.gui.render declared as GpuTextureViewModifier and TypeFieldDescriptionprivate @Nullable GpuTextureView
SpecialGuiElementRenderer.depthTextureView
private @Nullable GpuTextureView
GuiRenderer.itemAtlasDepthTextureView
private @Nullable GpuTextureView
GuiRenderer.itemAtlasTextureView
private @Nullable GpuTextureView
SpecialGuiElementRenderer.textureView
-
Uses of GpuTextureView in net.minecraft.client.render
Fields in net.minecraft.client.render declared as GpuTextureViewModifier and TypeFieldDescriptionprivate final GpuTextureView
LightmapTextureManager.glTextureView
Methods in net.minecraft.client.render that return GpuTextureViewModifier and TypeMethodDescriptionLightmapTextureManager.getGlTextureView()
BlockRenderLayer.getTextureView()
-
Uses of GpuTextureView in net.minecraft.client.texture
Subclasses of GpuTextureView in net.minecraft.client.textureFields in net.minecraft.client.texture declared as GpuTextureViewModifier and TypeFieldDescriptionprotected @Nullable GpuTextureView
AbstractTexture.glTextureView
private final @Nullable GpuTextureView
TextureSetup.texure0
The field for thetexure0
record component.private final @Nullable GpuTextureView
TextureSetup.texure1
The field for thetexure1
record component.private final @Nullable GpuTextureView
TextureSetup.texure2
The field for thetexure2
record component.Methods in net.minecraft.client.texture that return GpuTextureViewModifier and TypeMethodDescriptionAbstractTexture.getGlTextureView()
TextureSetup.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.texture with parameters of type GpuTextureViewModifier and TypeMethodDescriptionstatic TextureSetup
TextureSetup.of
(GpuTextureView texture) static TextureSetup
TextureSetup.of
(GpuTextureView texture0, GpuTextureView texture1) static TextureSetup
TextureSetup.withoutGlTexture
(GpuTextureView texture) Constructors in net.minecraft.client.texture with parameters of type GpuTextureViewModifierConstructorDescriptionTextureSetup
(@Nullable GpuTextureView gpuTextureView, @Nullable GpuTextureView gpuTextureView2, @Nullable GpuTextureView gpuTextureView3) -
Uses of GpuTextureView in net.minecraft.client.util.tracy
Fields in net.minecraft.client.util.tracy declared as GpuTextureView