Uses of Enum Class
zombie.core.textures.PNGDecoder.Format
Packages that use PNGDecoder.Format
-
Uses of PNGDecoder.Format in zombie.core.textures
Subclasses with type arguments of type PNGDecoder.Format in zombie.core.texturesMethods in zombie.core.textures that return PNGDecoder.FormatModifier and TypeMethodDescriptionPNGDecoder.decideTextureFormat(PNGDecoder.Format fmt) static PNGDecoder.FormatReturns the enum constant of this class with the specified name.static PNGDecoder.Format[]PNGDecoder.Format.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.core.textures with parameters of type PNGDecoder.FormatModifier and TypeMethodDescriptionPNGDecoder.decideTextureFormat(PNGDecoder.Format fmt) voidPNGDecoder.decode(ByteBuffer buffer, int stride, int inHeight, PNGDecoder.Format fmt, int inChunkType) voidPNGDecoder.decodeFlipped(ByteBuffer buffer, int stride, int inHeight, PNGDecoder.Format fmt, int inChunkType) voidPNGDecoder.decodeFrame(MipMapLevel compositeBuffer, ImageDataFrame frame, ByteBuffer buffer, int stride, PNGDecoder.Format fmt)