Uses of Enum Class
com.mojang.blaze3d.platform.NativeImage.Format
Packages that use NativeImage.Format
-
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 pChannels) 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 TypeMethodDescriptionprivate static void
GlStateManager._upload
(int pLevel, int pXOffset, int pYOffset, int pWidth, int pHeight, NativeImage.Format pFormat, IntBuffer pPixels, Consumer<IntBuffer> pOutput) static NativeImage
NativeImage.read
(NativeImage.Format pFormat, InputStream pTextureStream) static NativeImage
NativeImage.read
(NativeImage.Format pFormat, ByteBuffer pTextureData) static void
GlStateManager.upload
(int pLevel, int pXOffset, int pYOffset, int pWidth, int pHeight, NativeImage.Format pFormat, IntBuffer pPixels, Consumer<IntBuffer> pOutput) Constructors in com.mojang.blaze3d.platform with parameters of type NativeImage.FormatModifierConstructorDescriptionNativeImage
(NativeImage.Format pFormat, int pWidth, int pHeight, boolean pUseCalloc) private
NativeImage
(NativeImage.Format pFormat, int pWidth, int pHeight, boolean pUseStbFree, long pPixels)