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 static final GpuTextureView[]RenderSystem.shaderTexturesMethods in com.mojang.blaze3d.systems that return GpuTextureViewModifier and TypeMethodDescriptionGpuDevice.createTextureView(GpuTexture texture) GpuDevice.createTextureView(GpuTexture texture, int baseMipLevel, int mipLevels) static @Nullable GpuTextureViewRenderSystem.getShaderTexture(int index) Methods in com.mojang.blaze3d.systems with parameters of type GpuTextureViewModifier and TypeMethodDescriptionvoidRenderPass.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) voidCommandEncoder.presentTexture(GpuTextureView texture) static voidRenderSystem.setShaderTexture(int index, @Nullable GpuTextureView texture) static voidRenderSystem.setupOverlayColor(@Nullable GpuTextureView texture) -
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.depthAttachmentViewFields in net.minecraft.client.gl with type parameters of type GpuTextureViewModifier and TypeFieldDescriptionprotected final HashMap<String, GpuTextureView> RenderPassImpl.samplerUniformsMethods 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 TypeMethodDescriptionvoidRenderPassImpl.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) voidFramebuffer.drawBlit(GpuTextureView texture) voidGlCommandEncoder.presentTexture(GpuTextureView texture) -
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, int x1, int y1, int x2, int y2, float u1, float u2, float v1, float v2, int color) private voidDrawContext.drawTiledTexturedQuad(RenderPipeline pipeline, GpuTextureView texture, 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.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 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 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) static TextureSetupTextureSetup.of(GpuTextureView texture0, GpuTextureView texture1) static TextureSetupTextureSetup.withoutGlTexture(GpuTextureView texture) 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) -
Uses of GpuTextureView in net.minecraft.client.util.tracy
Fields in net.minecraft.client.util.tracy declared as GpuTextureView