Uses of Enum Class
com.mojang.blaze3d.textures.TextureFormat
Packages that use TextureFormat
Package
Description
-
Uses of TextureFormat in com.mojang.blaze3d.opengl
Methods in com.mojang.blaze3d.opengl with parameters of type TextureFormatModifier and TypeMethodDescriptionstatic int
GlConst.toGlExternalId
(TextureFormat format) static int
GlConst.toGlInternalId
(TextureFormat format) static int
GlConst.toGlType
(TextureFormat format) -
Uses of TextureFormat in com.mojang.blaze3d.pipeline
Fields in com.mojang.blaze3d.pipeline declared as TextureFormatModifier and TypeFieldDescriptionprivate final @Nullable TextureFormat
RenderPipeline.UniformDescription.textureFormat
The field for thetextureFormat
record component.Methods in com.mojang.blaze3d.pipeline that return TextureFormatModifier and TypeMethodDescriptionRenderPipeline.UniformDescription.textureFormat()
Returns the value of thetextureFormat
record component.Methods in com.mojang.blaze3d.pipeline with parameters of type TextureFormatModifier and TypeMethodDescriptionRenderPipeline.Builder.withUniform
(String name, UniformType type, TextureFormat format) Constructors in com.mojang.blaze3d.pipeline with parameters of type TextureFormatModifierConstructorDescriptionUniformDescription
(String name, TextureFormat format) UniformDescription
(String string, UniformType uniformType, @Nullable TextureFormat textureFormat) -
Uses of TextureFormat in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type TextureFormatModifier and TypeMethodDescriptionGpuDevice.createTexture
(@Nullable String label, int usage, TextureFormat format, int width, int height, int depthOrLayers, int mipLevels) GpuDevice.createTexture
(@Nullable Supplier<String> labelGetter, int usage, TextureFormat format, int width, int height, int depthOrLayers, int mipLevels) -
Uses of TextureFormat in com.mojang.blaze3d.textures
Fields in com.mojang.blaze3d.textures declared as TextureFormatMethods in com.mojang.blaze3d.textures that return TextureFormatModifier and TypeMethodDescriptionGpuTexture.getFormat()
static TextureFormat
Returns the enum constant of this class with the specified name.static TextureFormat[]
TextureFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.mojang.blaze3d.textures with parameters of type TextureFormatModifierConstructorDescriptionGpuTexture
(int usage, String label, TextureFormat format, int width, int height, int depthOrLayers, int mipLevels) -
Uses of TextureFormat in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as TextureFormatModifier and TypeFieldDescriptionprivate final TextureFormat
GlUniform.TexelBuffer.format
The field for theformat
record component.Methods in net.minecraft.client.gl that return TextureFormatModifier and TypeMethodDescriptionGlUniform.TexelBuffer.format()
Returns the value of theformat
record component.Methods in net.minecraft.client.gl with parameters of type TextureFormatModifier and TypeMethodDescriptionGlBackend.createTexture
(@Nullable String label, int usage, TextureFormat format, int width, int height, int depthOrLayers, int mipLevels) GlBackend.createTexture
(@Nullable Supplier<String> labelGetter, int usage, TextureFormat format, int width, int height, int depthOrLayers, int mipLevels) Constructors in net.minecraft.client.gl with parameters of type TextureFormatModifierConstructorDescriptionTexelBuffer
(int location, int samplerIndex, TextureFormat format) TexelBuffer
(int int2, int int3, TextureFormat textureFormat, int int4) -
Uses of TextureFormat in net.minecraft.client.texture
Constructors in net.minecraft.client.texture with parameters of type TextureFormatModifierConstructorDescriptionprotected
GlTexture
(int usage, String label, TextureFormat format, int width, int height, int depthOrLayers, int mipLevels, int glId)