Uses of Annotation Interface
com.mojang.blaze3d.textures.GpuTexture.Usage
Packages that use GpuTexture.Usage
Package
Description
-
Uses of GpuTexture.Usage in com.mojang.blaze3d.opengl
Method parameters in com.mojang.blaze3d.opengl with annotations of type GpuTexture.UsageModifier and TypeMethodDescriptionGlDevice.createTexture(@Nullable String p_419622_, @com.mojang.blaze3d.textures.GpuTexture.Usage int p_410064_, TextureFormat p_409632_, int p_410837_, int p_410395_, int p_419883_, int p_423630_) GlDevice.createTexture(@Nullable Supplier<String> p_419620_, @com.mojang.blaze3d.textures.GpuTexture.Usage int p_410354_, TextureFormat p_410264_, int p_410141_, int p_410230_, int p_419503_, int p_423479_) Constructor parameters in com.mojang.blaze3d.opengl with annotations of type GpuTexture.UsageModifierConstructorDescriptionprotectedGlTexture(@com.mojang.blaze3d.textures.GpuTexture.Usage int usage, String label, TextureFormat format, int width, int height, int depthOrLayers, int mipLevels, int id) protectedGlTexture(@com.mojang.blaze3d.textures.GpuTexture.Usage int usage, String label, TextureFormat format, int width, int height, int depthOrLayers, int mipLevels, int id, boolean external) -
Uses of GpuTexture.Usage in com.mojang.blaze3d.systems
Method parameters in com.mojang.blaze3d.systems with annotations of type GpuTexture.UsageModifier and TypeMethodDescriptionGpuDevice.createTexture(@Nullable String label, @com.mojang.blaze3d.textures.GpuTexture.Usage int usage, TextureFormat format, int width, int height, int depthOrLayers, int mipLevels) GpuDevice.createTexture(@Nullable Supplier<String> label, @com.mojang.blaze3d.textures.GpuTexture.Usage int usage, TextureFormat format, int width, int height, int depthOrLayers, int mipLevels) -
Uses of GpuTexture.Usage in com.mojang.blaze3d.textures
Fields in com.mojang.blaze3d.textures with annotations of type GpuTexture.UsageModifier and TypeFieldDescriptionprivate final @com.mojang.blaze3d.textures.GpuTexture.Usage intGpuTexture.usageMethods in com.mojang.blaze3d.textures with annotations of type GpuTexture.UsageModifier and TypeMethodDescription@com.mojang.blaze3d.textures.GpuTexture.Usage intGpuTexture.usage()Constructor parameters in com.mojang.blaze3d.textures with annotations of type GpuTexture.UsageModifierConstructorDescriptionGpuTexture(@com.mojang.blaze3d.textures.GpuTexture.Usage int usage, String label, TextureFormat format, int width, int height, int depthOrLayers, int mipLevels)