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, 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(String label, int usage, TextureFormat format, int width, int height, int depthOrLayers, int mipLevels) GlDevice.createTexture(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 p_418342_, int p_418376_, TextureFormat p_418362_) 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 TextureFormatRenderPipeline.UniformDescription.textureFormatThe field for thetextureFormatrecord component.Methods in com.mojang.blaze3d.pipeline that return TextureFormatModifier and TypeMethodDescriptionRenderPipeline.UniformDescription.textureFormat()Returns the value of thetextureFormatrecord component.Methods in com.mojang.blaze3d.pipeline with parameters of type TextureFormatModifier and TypeMethodDescriptionRenderPipeline.Builder.withUniform(String uniform, UniformType type, TextureFormat format) Constructors in com.mojang.blaze3d.pipeline with parameters of type TextureFormatModifierConstructorDescriptionUniformDescription(String name, UniformType type, TextureFormat textureFormat) Creates an instance of aUniformDescriptionrecord class.UniformDescription(String p_418130_, TextureFormat p_418054_) -
Uses of TextureFormat in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type TextureFormatModifier and TypeMethodDescriptionGpuDevice.createTexture(String label, int usage, TextureFormat format, int width, int height, int depthOrLayers, int mipLevels) GpuDevice.createTexture(Supplier<String> label, int usage, TextureFormat format, int width, int height, int depthOrLayers, int mipLevels) -
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 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 -
Uses of TextureFormat in net.neoforged.neoforge.client.blaze3d.validation
Methods in net.neoforged.neoforge.client.blaze3d.validation with parameters of type TextureFormatModifier and TypeMethodDescriptionValidationGpuDevice.createTexture(@Nullable String label, int usage, TextureFormat format, int width, int height, int depthOrLayers, int mipLevels) ValidationGpuDevice.createTexture(@Nullable Supplier<String> label, int usage, TextureFormat format, int width, int height, int depthOrLayers, int mipLevels)