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 gpuTexture) GpuDevice.createTextureView(GpuTexture gpuTexture, int int2, int int3) static @Nullable GpuTextureViewRenderSystem.getShaderTexture(int index) Methods in com.mojang.blaze3d.systems with parameters of type GpuTextureViewModifier and TypeMethodDescriptionvoidRenderPass.bindSampler(String name, @Nullable GpuTextureView gpuTextureView) CommandEncoder.createRenderPass(Supplier<String> labelGetter, GpuTextureView gpuTextureView, OptionalInt clearColor) CommandEncoder.createRenderPass(Supplier<String> labelGetter, GpuTextureView gpuTextureView, OptionalInt clearColor, @Nullable GpuTextureView gpuTextureView2, OptionalDouble clearDepth) voidCommandEncoder.presentTexture(GpuTextureView gpuTextureView) static voidRenderSystem.setShaderTexture(int index, @Nullable GpuTextureView gpuTextureView) static voidRenderSystem.setupOverlayColor(@Nullable GpuTextureView gpuTextureView) -
Uses of GpuTextureView in net.minecraft.client.font
Fields in net.minecraft.client.font declared as GpuTextureViewConstructors in net.minecraft.client.font with parameters of type GpuTextureViewModifierConstructorDescriptionBakedGlyph(TextRenderLayerSet textRenderLayers, @Nullable GpuTextureView gpuTextureView, 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.field_60567protected @Nullable GpuTextureViewFramebuffer.field_60568Fields 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 gpuTexture) GlBackend.createTextureView(GpuTexture gpuTexture, int int2, int int3) PostEffectPass.Sampler.getTexture(Map<Identifier, Handle<Framebuffer>> internalTargets) PostEffectPass.TargetSampler.getTexture(Map<Identifier, Handle<Framebuffer>> internalTargets) PostEffectPass.TextureSampler.getTexture(Map<Identifier, Handle<Framebuffer>> internalTargets) Framebuffer.method_71639()Framebuffer.method_71640()Methods in net.minecraft.client.gl with parameters of type GpuTextureViewModifier and TypeMethodDescriptionvoidRenderPassImpl.bindSampler(String name, @Nullable GpuTextureView gpuTextureView) GlCommandEncoder.createRenderPass(Supplier<String> labelGetter, GpuTextureView gpuTextureView, OptionalInt clearColor) GlCommandEncoder.createRenderPass(Supplier<String> labelGetter, GpuTextureView gpuTextureView, OptionalInt clearColor, @Nullable GpuTextureView gpuTextureView2, OptionalDouble clearDepth) voidFramebuffer.drawBlit(GpuTextureView gpuTextureView) voidGlCommandEncoder.presentTexture(GpuTextureView gpuTextureView) -
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 gpuTextureView, 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 GpuTextureViewGuiRenderer.field_60570private @Nullable GpuTextureViewGuiRenderer.field_60571private @Nullable GpuTextureViewSpecialGuiElementRenderer.field_60572private @Nullable GpuTextureViewSpecialGuiElementRenderer.field_60573 -
Uses of GpuTextureView in net.minecraft.client.render
Fields in net.minecraft.client.render declared as GpuTextureViewMethods 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 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()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 gpuTextureView) static TextureSetupTextureSetup.of(GpuTextureView gpuTextureView, GpuTextureView gpuTextureView2) static TextureSetupTextureSetup.withoutGlTexture(GpuTextureView gpuTextureView) 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