Uses of Enum Class
com.mojang.blaze3d.textures.FilterMode
Packages that use FilterMode
Package
Description
-
Uses of FilterMode in com.mojang.blaze3d.opengl
Fields in com.mojang.blaze3d.opengl declared as FilterModeModifier and TypeFieldDescriptionprivate final FilterModeGlSampler.magFilterprivate final FilterModeGlSampler.minFilterMethods in com.mojang.blaze3d.opengl that return FilterModeMethods in com.mojang.blaze3d.opengl with parameters of type FilterModeModifier and TypeMethodDescriptionGlDevice.createSampler(AddressMode addressModeU, AddressMode addressModeV, FilterMode minFilter, FilterMode magFilter, int maxAnisotropy, OptionalDouble maxLod) Constructors in com.mojang.blaze3d.opengl with parameters of type FilterModeModifierConstructorDescriptionGlSampler(AddressMode addressModeU, AddressMode addressModeV, FilterMode minFilter, FilterMode magFilter, int maxAnisotropy, OptionalDouble maxLod) -
Uses of FilterMode in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type FilterModeModifier and TypeMethodDescriptionGpuDevice.createSampler(AddressMode addressModeU, AddressMode addressModeV, FilterMode minFilter, FilterMode magFilter, int maxAnisotropy, OptionalDouble maxLod) GpuDeviceBackend.createSampler(AddressMode addressModeU, AddressMode addressModeV, FilterMode minFilter, FilterMode magFilter, int maxAnisotropy, OptionalDouble maxLod) (package private) static intSamplerCache.encode(AddressMode addressModeU, AddressMode addressModeV, FilterMode minFilter, FilterMode magFilter, boolean useMipmaps) SamplerCache.getClampToEdge(FilterMode minMag) SamplerCache.getClampToEdge(FilterMode minMag, boolean mipmaps) SamplerCache.getRepeat(FilterMode minMag) SamplerCache.getRepeat(FilterMode minMag, boolean mipmaps) SamplerCache.getSampler(AddressMode addressModeU, AddressMode addressModeV, FilterMode minFilter, FilterMode magFilter, boolean useMipmaps) -
Uses of FilterMode in com.mojang.blaze3d.textures
Subclasses with type arguments of type FilterMode in com.mojang.blaze3d.texturesMethods in com.mojang.blaze3d.textures that return FilterModeModifier and TypeMethodDescriptionabstract FilterModeGpuSampler.getMagFilter()abstract FilterModeGpuSampler.getMinFilter()static FilterModeReturns the enum constant of this class with the specified name.static FilterMode[]FilterMode.values()Returns an array containing the constants of this enum class, in the order they are declared.