Uses of Class
net.minecraft.client.gl.GlSampler
Packages that use GlSampler
-
Uses of GlSampler in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as GlSamplerModifier and TypeFieldDescriptionprivate final GlSamplerRenderPassImpl.SamplerUniform.samplerThe field for thesamplerrecord component.Methods in net.minecraft.client.gl that return GlSamplerModifier and TypeMethodDescriptionRenderPassImpl.SamplerUniform.sampler()Returns the value of thesamplerrecord component.Constructors in net.minecraft.client.gl with parameters of type GlSamplerModifierConstructorDescriptionprotectedSamplerUniform(GlTextureView view, GlSampler sampler) Creates an instance of aSamplerUniformrecord class.