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, GpuSampler gpuSampler) 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 GpuSampler gpuSampler) static voidRenderSystem.setupOverlayColor(@Nullable GpuTextureView texture, @Nullable GpuSampler gpuSampler) Constructors in com.mojang.blaze3d.systems with parameters of type GpuTextureViewModifierConstructorDescriptionclass_12114(GpuTextureView view, GpuSampler sampler) Creates an instance of aclass_12114record class. -
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, GpuSampler gpuSampler) 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 samplerName, GpuTextureView view, GpuSampler sampler) Creates an instance of aclass_12154record class. -
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, GpuSampler gpuSampler, 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, GpuSampler gpuSampler, 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, GpuSampler gpuSampler) static TextureSetupTextureSetup.of(GpuTextureView texture0, GpuSampler gpuSampler, GpuTextureView gpuTextureView, GpuSampler gpuSampler2) static TextureSetupTextureSetup.withoutGlTexture(GpuTextureView texture, GpuSampler gpuSampler) Constructors in net.minecraft.client.texture with parameters of type GpuTextureViewModifierConstructorDescription(package private)Glyph(TextRenderLayerSet renderTypes, GpuTextureView textureView, Sprite sprite, float x, float y, int color, int shadowColor, float shadowOffset, Style style) Creates an instance of aGlyphrecord 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.util.tracy
Fields in net.minecraft.client.util.tracy declared as GpuTextureView