Uses of Class
com.mojang.blaze3d.textures.GpuTextureView
Packages that use GpuTextureView
Package
Description
-
Uses of GpuTextureView in com.mojang.blaze3d
Fields in com.mojang.blaze3d declared as GpuTextureView -
Uses of GpuTextureView in com.mojang.blaze3d.opengl
Subclasses of GpuTextureView in com.mojang.blaze3d.openglFields in com.mojang.blaze3d.opengl with type parameters of type GpuTextureViewModifier and TypeFieldDescriptionprotected final HashMap<String, GpuTextureView> GlRenderPass.samplersMethods in com.mojang.blaze3d.opengl that return GpuTextureViewModifier and TypeMethodDescriptionGlDevice.createTextureView(GpuTexture texture) GlDevice.createTextureView(GpuTexture texture, int baseMipLevel, int mipLevels) Methods in com.mojang.blaze3d.opengl with parameters of type GpuTextureViewModifier and TypeMethodDescriptionvoidGlRenderPass.bindSampler(String name, GpuTextureView texture) GlCommandEncoder.createRenderPass(Supplier<String> debugGroup, GpuTextureView colorTexture, OptionalInt clearColor) GlCommandEncoder.createRenderPass(Supplier<String> debugGroup, GpuTextureView colorTexture, OptionalInt clearColor, GpuTextureView depthTexture, OptionalDouble clearDepth) voidGlCommandEncoder.presentTexture(GpuTextureView texture) -
Uses of GpuTextureView in com.mojang.blaze3d.pipeline
Fields in com.mojang.blaze3d.pipeline declared as GpuTextureViewModifier and TypeFieldDescriptionprotected GpuTextureViewRenderTarget.colorTextureViewprotected GpuTextureViewRenderTarget.depthTextureViewMethods in com.mojang.blaze3d.pipeline that return GpuTextureViewModifier and TypeMethodDescriptionRenderTarget.getColorTextureView()RenderTarget.getDepthTextureView()Methods in com.mojang.blaze3d.pipeline with parameters of type GpuTextureViewModifier and TypeMethodDescriptionvoidRenderTarget.blitAndBlendToTexture(GpuTextureView textureView) -
Uses of GpuTextureView in com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems declared as GpuTextureViewModifier and TypeFieldDescriptionstatic GpuTextureViewRenderSystem.outputColorTextureOverridestatic 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 GpuTextureViewRenderSystem.getShaderTexture(int id) Methods in com.mojang.blaze3d.systems with parameters of type GpuTextureViewModifier and TypeMethodDescriptionvoidRenderPass.bindSampler(String name, GpuTextureView texture) CommandEncoder.createRenderPass(Supplier<String> debugGroup, GpuTextureView colorTexture, OptionalInt clearColor) CommandEncoder.createRenderPass(Supplier<String> debugGroup, GpuTextureView colorTexture, OptionalInt clearColor, GpuTextureView depthTexture, OptionalDouble clearDepth) voidCommandEncoder.presentTexture(GpuTextureView texture) static voidRenderSystem.setShaderTexture(int textureId, GpuTextureView texture) static voidRenderSystem.setupOverlayColor(GpuTextureView texture) -
Uses of GpuTextureView in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type GpuTextureViewModifier and TypeMethodDescriptionprivate voidGuiGraphics.submitBlit(RenderPipeline pipeline, GpuTextureView atlasTexture, 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.font.glyphs
Fields in net.minecraft.client.gui.font.glyphs declared as GpuTextureViewMethods in net.minecraft.client.gui.font.glyphs that return GpuTextureViewConstructors in net.minecraft.client.gui.font.glyphs with parameters of type GpuTextureViewModifierConstructorDescriptionBakedGlyph(GlyphRenderTypes renderTypes, GpuTextureView textureView, float u0, float u1, float v0, float v1, float left, float right, float up, float down) -
Uses of GpuTextureView in net.minecraft.client.gui.render
Fields in net.minecraft.client.gui.render declared as GpuTextureViewModifier and TypeFieldDescriptionprivate GpuTextureViewGuiRenderer.itemsAtlasDepthViewprivate GpuTextureViewGuiRenderer.itemsAtlasViewprivate final GpuTextureViewTextureSetup.texure0The field for thetexure0record component.private final GpuTextureViewTextureSetup.texure1The field for thetexure1record component.private final GpuTextureViewTextureSetup.texure2The field for thetexure2record component.Methods in net.minecraft.client.gui.render that return GpuTextureViewModifier and TypeMethodDescriptionTextureSetup.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.gui.render with parameters of type GpuTextureViewModifier and TypeMethodDescriptionstatic TextureSetupTextureSetup.doubleTexture(GpuTextureView texture1, GpuTextureView texture2) static TextureSetupTextureSetup.singleTexture(GpuTextureView texture) static TextureSetupTextureSetup.singleTextureWithLightmap(GpuTextureView texture) Constructors in net.minecraft.client.gui.render with parameters of type GpuTextureViewModifierConstructorDescriptionTextureSetup(GpuTextureView texure0, GpuTextureView texure1, GpuTextureView texure2) Creates an instance of aTextureSetuprecord class. -
Uses of GpuTextureView in net.minecraft.client.gui.render.pip
Fields in net.minecraft.client.gui.render.pip declared as GpuTextureViewModifier and TypeFieldDescriptionprivate GpuTextureViewPictureInPictureRenderer.depthTextureViewprivate GpuTextureViewPictureInPictureRenderer.textureView -
Uses of GpuTextureView in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as GpuTextureViewMethods in net.minecraft.client.renderer that return GpuTextureViewModifier and TypeMethodDescriptionLightTexture.getTextureView()PostPass.Input.texture(Map<ResourceLocation, ResourceHandle<RenderTarget>> targets) PostPass.TargetInput.texture(Map<ResourceLocation, ResourceHandle<RenderTarget>> targets) PostPass.TextureInput.texture(Map<ResourceLocation, ResourceHandle<RenderTarget>> p_418145_) -
Uses of GpuTextureView in net.minecraft.client.renderer.chunk
Methods in net.minecraft.client.renderer.chunk that return GpuTextureView -
Uses of GpuTextureView in net.minecraft.client.renderer.texture
Fields in net.minecraft.client.renderer.texture declared as GpuTextureViewMethods in net.minecraft.client.renderer.texture that return GpuTextureView -
Uses of GpuTextureView in net.neoforged.neoforge.client.blaze3d.validation
Subclasses of GpuTextureView in net.neoforged.neoforge.client.blaze3d.validationFields in net.neoforged.neoforge.client.blaze3d.validation declared as GpuTextureViewModifier and TypeFieldDescriptionprivate final GpuTextureViewValidationGpuTextureView.realTextureViewMethods in net.neoforged.neoforge.client.blaze3d.validation that return GpuTextureViewModifier and TypeMethodDescriptionValidationGpuDevice.createTextureView(GpuTexture texture) ValidationGpuDevice.createTextureView(GpuTexture texture, int baseMipLevel, int mipLevels) ValidationGpuTextureView.getRealTextureView()Methods in net.neoforged.neoforge.client.blaze3d.validation with parameters of type GpuTextureViewModifier and TypeMethodDescriptionvoidValidationRenderPass.bindSampler(String name, @Nullable GpuTextureView textureView) ValidationCommandEncoder.createRenderPass(Supplier<String> label, GpuTextureView colorTextureView, OptionalInt clearColor) ValidationCommandEncoder.createRenderPass(Supplier<String> label, GpuTextureView colorTextureView, OptionalInt clearColor, @Nullable GpuTextureView depthTextureView, OptionalDouble clearDepth) voidValidationCommandEncoder.presentTexture(GpuTextureView textureView) protected ValidationGpuTextureViewValidationGpuDevice.wrapGpuTextureView(ValidationGpuTexture validationGpuTexture, GpuTextureView gpuTextureView, GpuDeviceUsageValidator validator) Constructors in net.neoforged.neoforge.client.blaze3d.validation with parameters of type GpuTextureViewModifierConstructorDescriptionValidationGpuTextureView(ValidationGpuTexture validationGpuTexture, GpuTextureView realTextureView, GpuDeviceUsageValidator validator)