Uses of Enum Class
com.mojang.blaze3d.platform.NativeImage.Format
Packages that use NativeImage.Format
Package
Description
-
Uses of NativeImage.Format in com.mojang.blaze3d.opengl
Methods in com.mojang.blaze3d.opengl with parameters of type NativeImage.FormatModifier and TypeMethodDescriptionstatic int
GlConst.toGl
(NativeImage.Format p_412228_) void
GlCommandEncoder.writeToTexture
(GpuTexture p_410473_, IntBuffer p_410298_, NativeImage.Format p_409943_, int p_410132_, int p_409948_, int p_410810_, int p_409825_, int p_410770_) -
Uses of NativeImage.Format in com.mojang.blaze3d.platform
Fields in com.mojang.blaze3d.platform declared as NativeImage.FormatMethods in com.mojang.blaze3d.platform that return NativeImage.FormatModifier and TypeMethodDescriptionNativeImage.format()
(package private) static NativeImage.Format
NativeImage.Format.getStbFormat
(int p_85168_) static NativeImage.Format
Returns the enum constant of this class with the specified name.static NativeImage.Format[]
NativeImage.Format.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mojang.blaze3d.platform with parameters of type NativeImage.FormatModifier and TypeMethodDescriptionstatic NativeImage
NativeImage.read
(NativeImage.Format p_85049_, InputStream p_85050_) static NativeImage
NativeImage.read
(NativeImage.Format p_85052_, ByteBuffer p_85053_) Constructors in com.mojang.blaze3d.platform with parameters of type NativeImage.FormatModifierConstructorDescriptionNativeImage
(NativeImage.Format p_84972_, int p_84973_, int p_84974_, boolean p_84975_) NativeImage
(NativeImage.Format p_84977_, int p_84978_, int p_84979_, boolean p_84980_, long p_84981_) -
Uses of NativeImage.Format in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type NativeImage.FormatModifier and TypeMethodDescriptionvoid
CommandEncoder.writeToTexture
(GpuTexture p_410708_, IntBuffer p_410813_, NativeImage.Format p_410346_, int p_410145_, int p_409806_, int p_409855_, int p_409801_, int p_409998_)