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 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) Constructor parameters in com.mojang.blaze3d.opengl with annotations of type GpuTexture.UsageModifierConstructorDescriptionprotectedGlTexture(int usage, String label, TextureFormat format, int width, int height, int depthOrLayers, int mipLevels, int id) -
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, 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) private voidGpuDevice.verifyTextureCreationArgs(int usage, 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.UsageMethods in com.mojang.blaze3d.textures with annotations of type GpuTexture.UsageConstructor parameters in com.mojang.blaze3d.textures with annotations of type GpuTexture.UsageModifierConstructorDescriptionGpuTexture(int usage, String label, TextureFormat format, int width, int height, int depthOrLayers, int mipLevels)