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 GpuTextureViewRenderSystem.outputColorTextureOverridestatic @Nullable GpuTextureViewRenderSystem.outputDepthTextureOverrideprivate final GpuTextureViewRenderSystem.class_12114.viewThe field for theviewrecord component.Methods in com.mojang.blaze3d.systems that return GpuTextureViewModifier and TypeMethodDescriptionGpuDevice.createTextureView(GpuTexture texture) GpuDevice.createTextureView(GpuTexture texture, int baseMipLevel, int mipLevels) RenderSystem.class_12114.view()Returns the value of theviewrecord component.Methods in com.mojang.blaze3d.systems with parameters of type GpuTextureViewModifier and TypeMethodDescriptionvoidRenderPass.bindTexture(String string, @Nullable GpuTextureView gpuTextureView, class_12137 class_12137) CommandEncoder.createRenderPass(Supplier<String> labelGetter, GpuTextureView colorAttachment, OptionalInt clearColor) CommandEncoder.createRenderPass(Supplier<String> labelGetter, GpuTextureView colorAttachment, OptionalInt clearColor, @Nullable GpuTextureView depthAttachment, OptionalDouble clearDepth) voidCommandEncoder.presentTexture(GpuTextureView texture) static voidRenderSystem.setShaderTexture(int index, @Nullable GpuTextureView texture, @Nullable class_12137 class_12137) static voidRenderSystem.setupOverlayColor(@Nullable GpuTextureView texture, @Nullable class_12137 class_12137) Constructors in com.mojang.blaze3d.systems with parameters of type GpuTextureViewModifierConstructorDescriptionclass_12114(GpuTextureView gpuTextureView, class_12137 class_12137) -
Uses of GpuTextureView in net.minecraft.client.font
Fields in net.minecraft.client.font declared as GpuTextureViewModifier and TypeFieldDescription(package private) final GpuTextureViewBakedGlyphImpl.textureViewMethods in net.minecraft.client.font that return GpuTextureViewModifier and TypeMethodDescriptionBakedGlyphImpl.DrawnGlyph.textureView()BakedGlyphImpl.Rectangle.textureView()PlayerHeadGlyphs.Glyph.textureView()TextDrawable.textureView()Constructors in net.minecraft.client.font with parameters of type GpuTextureViewModifierConstructorDescriptionBakedGlyphImpl(GlyphMetrics glyph, TextRenderLayerSet textRenderLayers, GpuTextureView textureView, 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 GpuTextureViewFramebuffer.colorAttachmentViewprotected @Nullable GpuTextureViewFramebuffer.depthAttachmentViewprivate final GpuTextureViewPostEffectPass.class_12154.viewThe field for theviewrecord component.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) PostEffectPass.class_12154.view()Returns the value of theviewrecord component.Methods in net.minecraft.client.gl with parameters of type GpuTextureViewModifier and TypeMethodDescriptionvoidRenderPassImpl.bindTexture(String string, @Nullable GpuTextureView gpuTextureView, class_12137 class_12137) GlCommandEncoder.createRenderPass(Supplier<String> labelGetter, GpuTextureView colorAttachment, OptionalInt clearColor) GlCommandEncoder.createRenderPass(Supplier<String> labelGetter, GpuTextureView colorAttachment, OptionalInt clearColor, @Nullable GpuTextureView depthAttachment, OptionalDouble clearDepth) voidFramebuffer.drawBlit(GpuTextureView texture) voidGlCommandEncoder.presentTexture(GpuTextureView texture) Constructors in net.minecraft.client.gl with parameters of type GpuTextureViewModifierConstructorDescription(package private)class_12154(String string, GpuTextureView gpuTextureView, class_12137 class_12137) -
Uses of GpuTextureView in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type GpuTextureViewModifier and TypeMethodDescriptionprivate voidDrawContext.drawTexturedQuad(RenderPipeline pipeline, GpuTextureView texture, class_12137 class_12137, int int2, int int3, int int4, int int5, float float2, float float3, float float4, float float5, int int6) private voidDrawContext.drawTiledTexturedQuad(RenderPipeline pipeline, GpuTextureView texture, class_12137 class_12137, int int2, int int3, int int4, int int5, int int6, int int7, float float2, float float3, float float4, float float5, int int8) -
Uses of GpuTextureView in net.minecraft.client.gui.render
Fields in net.minecraft.client.gui.render declared as GpuTextureViewModifier and TypeFieldDescriptionprivate @Nullable GpuTextureViewSpecialGuiElementRenderer.depthTextureViewprivate @Nullable GpuTextureViewGuiRenderer.itemAtlasDepthTextureViewprivate @Nullable GpuTextureViewGuiRenderer.itemAtlasTextureViewprivate @Nullable GpuTextureViewSpecialGuiElementRenderer.textureView -
Uses of GpuTextureView in net.minecraft.client.render
Fields in net.minecraft.client.render declared as GpuTextureViewModifier and TypeFieldDescriptionprivate final GpuTextureViewLightmapTextureManager.glTextureViewMethods in net.minecraft.client.render that return GpuTextureView -
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 GpuTextureViewAbstractTexture.glTextureViewprivate @Nullable GpuTextureViewPlayerSkinCache.Entry.textureViewprivate final GpuTextureViewSpriteAtlasGlyphs.Glyph.textureViewThe field for thetextureViewrecord component.private 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.texture that return GpuTextureViewModifier and TypeMethodDescriptionAbstractTexture.getGlTextureView()PlayerSkinCache.Entry.getTextureView()SpriteAtlasGlyphs.Glyph.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.texture with parameters of type GpuTextureViewModifier and TypeMethodDescriptionstatic TextureSetupTextureSetup.of(GpuTextureView texture, class_12137 class_12137) static TextureSetupTextureSetup.of(GpuTextureView texture0, class_12137 class_12137, GpuTextureView gpuTextureView, class_12137 class_121372) static TextureSetupTextureSetup.withoutGlTexture(GpuTextureView texture, class_12137 class_12137) Constructors in net.minecraft.client.texture with parameters of type GpuTextureViewModifierConstructorDescription(package private)Glyph(TextRenderLayerSet textRenderLayerSet, GpuTextureView gpuTextureView, Sprite sprite, float float2, float float3, int int2, int int3, float float4) TextureSetup(@Nullable GpuTextureView gpuTextureView, @Nullable GpuTextureView gpuTextureView2, @Nullable GpuTextureView gpuTextureView3, @Nullable class_12137 class_12137, @Nullable class_12137 class_121372, @Nullable class_12137 class_121373) -
Uses of GpuTextureView in net.minecraft.client.util.tracy
Fields in net.minecraft.client.util.tracy declared as GpuTextureView