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 TypeMethodDescriptionGlDevice.createExternalTexture
(String label, TextureFormat format, int width, int height, int mipLevels, int nativeId) Create a new GPU texture from an existing texture whose lifecycle is externally managed.GlDevice.createTexture
(String p_409908_, TextureFormat p_410264_, int p_410354_, int p_410141_, int p_410230_) GlDevice.createTexture
(Supplier<String> p_410823_, TextureFormat p_409632_, int p_410064_, int p_410837_, int p_410395_) static int
GlConst.toGlExternalId
(TextureFormat p_412322_) static int
GlConst.toGlInternalId
(TextureFormat p_412409_) static int
GlConst.toGlType
(TextureFormat p_412407_) Constructors in com.mojang.blaze3d.opengl with parameters of type TextureFormatModifierConstructorDescriptionprotected
GlTexture
(String p_410238_, TextureFormat p_410416_, int p_409690_, int p_409866_, int p_410468_, int p_409791_) protected
GlTexture
(String p_410238_, TextureFormat p_410416_, int p_409690_, int p_409866_, int p_410468_, int p_409791_, boolean external) -
Uses of TextureFormat in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type TextureFormatModifier and TypeMethodDescriptionGpuDevice.createTexture
(String p_409640_, TextureFormat p_409597_, int p_409718_, int p_410249_, int p_410020_) GpuDevice.createTexture
(Supplier<String> p_410631_, TextureFormat p_410483_, int p_410438_, int p_410598_, int p_409867_) -
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
(String p_405873_, TextureFormat p_405456_, int p_404771_, int p_405638_, int p_404958_) -
Uses of TextureFormat in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client that return TextureFormat