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 pUsage, String pLabel, TextureFormat pFormat, int pWidth, int pHeight, int pDepthOrLayers, int pMipLevels, int pId) protectedGlTexture(@com.mojang.blaze3d.textures.GpuTexture.Usage int pUsage, String pLabel, TextureFormat pFormat, int pWidth, int pHeight, int pDepthOrLayers, int pMipLevels, int pId, 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 pLabel, @com.mojang.blaze3d.textures.GpuTexture.Usage int pUsage, TextureFormat pFormat, int pWidth, int pHeight, int pDepthOrLayers, int pMipLevels) GpuDevice.createTexture(@Nullable Supplier<String> pLabel, @com.mojang.blaze3d.textures.GpuTexture.Usage int pUsage, TextureFormat pFormat, int pWidth, int pHeight, int pDepthOrLayers, int pMipLevels) -
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 pUsage, String pLabel, TextureFormat pFormat, int pWidth, int pHeight, int pDepthOrLayers, int pMipLevels)