Uses of Enum Class
com.mojang.blaze3d.textures.TextureFormat
Packages that use TextureFormat
Package
Description
-
Uses of TextureFormat in com.mojang.blaze3d.opengl
Fields in com.mojang.blaze3d.opengl declared as TextureFormatModifier and TypeFieldDescriptionprivate final TextureFormat
Uniform.Utb.format
The field for theformat
record component.Methods in com.mojang.blaze3d.opengl that return TextureFormatModifier and TypeMethodDescriptionUniform.Utb.format()
Returns the value of theformat
record component.Methods in com.mojang.blaze3d.opengl with parameters of type TextureFormatModifier and TypeMethodDescriptionGlDevice.createExternalTexture
(int usage, String label, TextureFormat format, int width, int height, int depthOrLayers, int mipLevels, int nativeId) Create a new GPU texture from an existing texture whose lifecycle is externally managed.GlDevice.createTexture
(String pLabel, int pUsage, TextureFormat pFormat, int pWidth, int pHeight, int pDepthOrLayers, int pMipLevels) GlDevice.createTexture
(Supplier<String> pLabel, int pUsage, TextureFormat pFormat, int pWidth, int pHeight, int pDepthOrLayers, int pMipLevels) static int
GlConst.toGlExternalId
(TextureFormat pTextureFormat) static int
GlConst.toGlInternalId
(TextureFormat pTextureFormat) static int
GlConst.toGlType
(TextureFormat pTextureFormat) Constructors in com.mojang.blaze3d.opengl with parameters of type TextureFormatModifierConstructorDescriptionprotected
GlTexture
(int pUsage, String pLabel, TextureFormat pFormat, int pWidth, int pHeight, int pDepthOrLayers, int pMipLevels, int pId) protected
GlTexture
(int pUsage, String pLabel, TextureFormat pFormat, int pWidth, int pHeight, int pDepthOrLayers, int pMipLevels, int pId, boolean external) Utb
(int p_418342_, int p_418376_, TextureFormat p_418362_) Utb
(int location, int samplerIndex, TextureFormat format, int texture) Creates an instance of aUtb
record class. -
Uses of TextureFormat in com.mojang.blaze3d.pipeline
Fields in com.mojang.blaze3d.pipeline declared as TextureFormatModifier and TypeFieldDescriptionprivate final 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 pUniform, UniformType pType, TextureFormat pFormat) Constructors in com.mojang.blaze3d.pipeline with parameters of type TextureFormatModifierConstructorDescriptionUniformDescription
(String name, UniformType type, TextureFormat textureFormat) Creates an instance of aUniformDescription
record class.UniformDescription
(String p_418130_, TextureFormat p_418054_) -
Uses of TextureFormat in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type TextureFormatModifier and TypeMethodDescriptionGpuDevice.createTexture
(String pLabel, int pUsage, TextureFormat pFormat, int pWidth, int pHeight, int pDepthOrLayers, int pMipLevels) GpuDevice.createTexture
(Supplier<String> pLabel, int pUsage, TextureFormat pFormat, int pWidth, int pHeight, int pDepthOrLayers, int pMipLevels) -
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 pUsage, String pLabel, TextureFormat pFormat, int pWidth, int pHeight, int pDepthOrLayers, int pMipLevels) -
Uses of TextureFormat in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client that return TextureFormat -
Uses of TextureFormat in net.neoforged.neoforge.client.blaze3d.validation
Methods in net.neoforged.neoforge.client.blaze3d.validation with parameters of type TextureFormatModifier and TypeMethodDescriptionValidationGpuDevice.createTexture
(@Nullable String label, int usage, TextureFormat format, int width, int height, int depthOrLayers, int mipLevels) ValidationGpuDevice.createTexture
(@Nullable Supplier<String> label, int usage, TextureFormat format, int width, int height, int depthOrLayers, int mipLevels)