Uses of Enum Class
com.mojang.blaze3d.GpuFormat
Packages that use GpuFormat
Package
Description
-
Uses of GpuFormat in com.mojang.blaze3d
Subclasses with type arguments of type GpuFormat in com.mojang.blaze3dMethods in com.mojang.blaze3d that return GpuFormat -
Uses of GpuFormat in com.mojang.blaze3d.opengl
Fields in com.mojang.blaze3d.opengl declared as GpuFormatModifier and TypeFieldDescriptionprivate final GpuFormatUniform.Utb.formatThe field for theformatrecord component.Methods in com.mojang.blaze3d.opengl that return GpuFormatModifier and TypeMethodDescriptionUniform.Utb.format()Returns the value of theformatrecord component.Methods in com.mojang.blaze3d.opengl with parameters of type GpuFormatModifier and TypeMethodDescriptionGlDevice.createTexture(@Nullable String label, int usage, GpuFormat format, int width, int height, int depthOrLayers, int mipLevels) GlDevice.createTexture(@Nullable Supplier<String> label, int usage, GpuFormat format, int width, int height, int depthOrLayers, int mipLevels) static booleanGlConst.isFormatNormalized(GpuFormat gpuFormat) static intGlConst.toGlExternalId(GpuFormat gpuFormat) static intGlConst.toGlInternalId(GpuFormat gpuFormat) static intConstructors in com.mojang.blaze3d.opengl with parameters of type GpuFormatModifierConstructorDescriptionprotectedGlTexture(int usage, String label, GpuFormat format, int width, int height, int depthOrLayers, int mipLevels, int id, FrameBufferCache frameBufferCache) Creates an instance of aUtbrecord class. -
Uses of GpuFormat in com.mojang.blaze3d.pipeline
Fields in com.mojang.blaze3d.pipeline declared as GpuFormatModifier and TypeFieldDescriptionprivate final GpuFormatColorTargetState.formatThe field for theformatrecord component.protected final GpuFormatRenderTarget.formatBindGroupLayout.UniformDescription.gpuFormatThe field for thegpuFormatrecord component.Methods in com.mojang.blaze3d.pipeline that return GpuFormatModifier and TypeMethodDescriptionColorTargetState.format()Returns the value of theformatrecord component.BindGroupLayout.UniformDescription.gpuFormat()Returns the value of thegpuFormatrecord component.Methods in com.mojang.blaze3d.pipeline with parameters of type GpuFormatModifier and TypeMethodDescriptionBindGroupLayout.Builder.withUniform(String name, UniformType type, GpuFormat format) Constructors in com.mojang.blaze3d.pipeline with parameters of type GpuFormatModifierConstructorDescriptionColorTargetState(Optional<BlendFunction> blendFunction, GpuFormat format, int writeMask) Creates an instance of aColorTargetStaterecord class.RenderTarget(@Nullable String label, boolean useDepth, boolean useStencil, GpuFormat format) RenderTarget(@Nullable String label, boolean useDepth, GpuFormat format) TextureTarget(@Nullable String label, int width, int height, boolean useDepth, boolean useStencil, GpuFormat format) TextureTarget(@Nullable String label, int width, int height, boolean useDepth, GpuFormat format) UniformDescription(String name, GpuFormat gpuFormat) UniformDescription(String name, UniformType type, @Nullable GpuFormat gpuFormat) Creates an instance of aUniformDescriptionrecord class. -
Uses of GpuFormat in com.mojang.blaze3d.resource
Fields in com.mojang.blaze3d.resource declared as GpuFormatModifier and TypeFieldDescriptionprivate final GpuFormatRenderTargetDescriptor.formatThe field for theformatrecord component.Methods in com.mojang.blaze3d.resource that return GpuFormatModifier and TypeMethodDescriptionRenderTargetDescriptor.format()Returns the value of theformatrecord component.Constructors in com.mojang.blaze3d.resource with parameters of type GpuFormatModifierConstructorDescriptionRenderTargetDescriptor(int width, int height, boolean useDepth, boolean useStencil, Vector4fc clearColor, GpuFormat format) Creates an instance of aRenderTargetDescriptorrecord class.RenderTargetDescriptor(int width, int height, boolean useDepth, Vector4fc clearColor, GpuFormat format) -
Uses of GpuFormat in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type GpuFormatModifier and TypeMethodDescriptionGpuDevice.createTexture(@Nullable String label, int usage, GpuFormat format, int width, int height, int depthOrLayers, int mipLevels) GpuDevice.createTexture(@Nullable Supplier<String> label, int usage, GpuFormat format, int width, int height, int depthOrLayers, int mipLevels) GpuDeviceBackend.createTexture(@Nullable String label, int usage, GpuFormat format, int width, int height, int depthOrLayers, int mipLevels) GpuDeviceBackend.createTexture(@Nullable Supplier<String> label, int usage, GpuFormat format, int width, int height, int depthOrLayers, int mipLevels) intDeviceLimits.maxTextureSizeForFormat(GpuFormat format) -
Uses of GpuFormat in com.mojang.blaze3d.textures
Fields in com.mojang.blaze3d.textures declared as GpuFormatMethods in com.mojang.blaze3d.textures that return GpuFormatConstructors in com.mojang.blaze3d.textures with parameters of type GpuFormatModifierConstructorDescriptionGpuTexture(int usage, String label, GpuFormat format, int width, int height, int depthOrLayers, int mipLevels) -
Uses of GpuFormat in com.mojang.blaze3d.vertex
Fields in com.mojang.blaze3d.vertex declared as GpuFormatModifier and TypeFieldDescriptionprivate static final GpuFormatDefaultVertexFormat.COLOR_FORMATprivate final GpuFormatVertexFormatElement.formatThe field for theformatrecord component.private static final GpuFormatDefaultVertexFormat.LINE_WIDTH_FORMATprivate static final GpuFormatDefaultVertexFormat.NORMAL_FORMATprivate static final GpuFormatDefaultVertexFormat.POSITION_FORMATprivate static final GpuFormatDefaultVertexFormat.UV0_FORMATprivate static final GpuFormatDefaultVertexFormat.UV1_FORMATprivate static final GpuFormatDefaultVertexFormat.UV2_FORMATMethods in com.mojang.blaze3d.vertex that return GpuFormatModifier and TypeMethodDescriptionVertexFormatElement.format()Returns the value of theformatrecord component.Methods in com.mojang.blaze3d.vertex with parameters of type GpuFormatModifier and TypeMethodDescriptionVertexFormat.Builder.addAttribute(String name, int offset, int stride, GpuFormat elementFormat, int columnCount) VertexFormat.Builder.addAttribute(String name, int stride, GpuFormat elementFormat) VertexFormat.Builder.addAttribute(String name, GpuFormat elementFormat) VertexFormat.Builder.addAttribute(String name, GpuFormat elementFormat, int columnCount) private voidVertexFormat.Builder.createAttribute(String name, int offset, GpuFormat elementFormat) Constructors in com.mojang.blaze3d.vertex with parameters of type GpuFormatModifierConstructorDescriptionVertexFormatElement(String name, int offset, GpuFormat format) Creates an instance of aVertexFormatElementrecord class. -
Uses of GpuFormat in com.mojang.blaze3d.vulkan
Fields in com.mojang.blaze3d.vulkan declared as GpuFormatModifier and TypeFieldDescriptionVulkanBindGroupLayout.Entry.texelBufferFormatThe field for thetexelBufferFormatrecord component.Methods in com.mojang.blaze3d.vulkan that return GpuFormatModifier and TypeMethodDescriptionVulkanBindGroupLayout.Entry.texelBufferFormat()Returns the value of thetexelBufferFormatrecord component.Methods in com.mojang.blaze3d.vulkan with parameters of type GpuFormatModifier and TypeMethodDescriptionVulkanDevice.createTexture(@Nullable String label, int usage, GpuFormat format, int width, int height, int depthOrLayers, int mipLevels) VulkanDevice.createTexture(@Nullable Supplier<String> label, int usage, GpuFormat format, int width, int height, int depthOrLayers, int mipLevels) static intVulkanConst.formatAspectMask(GpuFormat format) static intVulkanConst.textureUsageToVk(int usage, GpuFormat format) static intConstructors in com.mojang.blaze3d.vulkan with parameters of type GpuFormatModifierConstructorDescriptionEntry(VulkanBindGroupLayout.VulkanBindGroupEntryType type, String name, @Nullable GpuFormat texelBufferFormat) Creates an instance of aEntryrecord class.VulkanGpuTexture(VulkanDevice device, int usage, String label, GpuFormat format, int width, int height, int depthOrLayers, int mipLevels) -
Uses of GpuFormat in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client that return GpuFormat