Uses of Class
com.mojang.blaze3d.opengl.GlSampler
Packages that use GlSampler
-
Uses of GlSampler in com.mojang.blaze3d.opengl
Fields in com.mojang.blaze3d.opengl declared as GlSamplerModifier and TypeFieldDescriptionprivate final GlSamplerGlRenderPass.TextureViewAndSampler.samplerThe field for thesamplerrecord component.Methods in com.mojang.blaze3d.opengl that return GlSamplerModifier and TypeMethodDescriptionGlRenderPass.TextureViewAndSampler.sampler()Returns the value of thesamplerrecord component.Constructors in com.mojang.blaze3d.opengl with parameters of type GlSamplerModifierConstructorDescriptionprotectedTextureViewAndSampler(GlTextureView view, GlSampler sampler) Creates an instance of aTextureViewAndSamplerrecord class.