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 TextureFormatUniform.Utb.formatThe field for theformatrecord component.Methods in com.mojang.blaze3d.opengl that return TextureFormatModifier and TypeMethodDescriptionUniform.Utb.format()Returns the value of theformatrecord component.Methods in com.mojang.blaze3d.opengl with parameters of type TextureFormatModifier and TypeMethodDescriptionGlDevice.createExternalTexture(int usage, @Nullable 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(@Nullable String label, int usage, TextureFormat format, int width, int height, int depthOrLayers, int mipLevels) GlDevice.createTexture(@Nullable Supplier<String> label, int usage, TextureFormat format, int width, int height, int depthOrLayers, int mipLevels) static intGlConst.toGlExternalId(TextureFormat textureFormat) static intGlConst.toGlInternalId(TextureFormat textureFormat) static intGlConst.toGlType(TextureFormat textureFormat) Constructors in com.mojang.blaze3d.opengl with parameters of type TextureFormatModifierConstructorDescriptionprotectedGlTexture(int usage, String label, TextureFormat format, int width, int height, int depthOrLayers, int mipLevels, int id) protectedGlTexture(int usage, String label, TextureFormat format, int width, int height, int depthOrLayers, int mipLevels, int id, boolean external) Utb(int location, int samplerIndex, TextureFormat format) Utb(int location, int samplerIndex, TextureFormat format, int texture) Creates an instance of aUtbrecord class. -
Uses of TextureFormat in com.mojang.blaze3d.pipeline
Fields in com.mojang.blaze3d.pipeline declared as TextureFormatModifier and TypeFieldDescriptionprivate final @Nullable TextureFormatRenderPipeline.UniformDescription.textureFormatThe field for thetextureFormatrecord component.Methods in com.mojang.blaze3d.pipeline that return TextureFormatModifier and TypeMethodDescription@Nullable TextureFormatRenderPipeline.UniformDescription.textureFormat()Returns the value of thetextureFormatrecord component.Methods in com.mojang.blaze3d.pipeline with parameters of type TextureFormatModifier and TypeMethodDescriptionRenderPipeline.Builder.withUniform(String name, UniformType type, TextureFormat format) Constructors in com.mojang.blaze3d.pipeline with parameters of type TextureFormatModifierConstructorDescriptionUniformDescription(String name, UniformType type, @Nullable TextureFormat textureFormat) Creates an instance of aUniformDescriptionrecord class.UniformDescription(String name, TextureFormat textureFormat) -
Uses of TextureFormat in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type TextureFormatModifier and TypeMethodDescriptionGpuDevice.createTexture(@Nullable String label, int usage, TextureFormat format, int width, int height, int depthOrLayers, int mipLevels) GpuDevice.createTexture(@Nullable Supplier<String> label, int usage, TextureFormat format, int width, int height, int depthOrLayers, int mipLevels) GpuDeviceBackend.createTexture(@Nullable String label, int usage, TextureFormat format, int width, int height, int depthOrLayers, int mipLevels) GpuDeviceBackend.createTexture(@Nullable Supplier<String> label, int usage, TextureFormat format, int width, int height, int depthOrLayers, int mipLevels) -
Uses of TextureFormat in com.mojang.blaze3d.textures
Subclasses with type arguments of type TextureFormat in com.mojang.blaze3d.texturesFields in com.mojang.blaze3d.textures declared as TextureFormatMethods in com.mojang.blaze3d.textures that return TextureFormatModifier and TypeMethodDescriptionGpuTexture.getFormat()static TextureFormatReturns 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 usage, String label, TextureFormat format, int width, int height, int depthOrLayers, int mipLevels) -
Uses of TextureFormat in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client that return TextureFormat