Uses of Enum Class
com.mojang.renderpearl.api.GpuFormat
Packages that use GpuFormat
Package
Description
-
Uses of GpuFormat in com.mojang.blaze3d.pipeline
Fields in com.mojang.blaze3d.pipeline declared as GpuFormatConstructors in com.mojang.blaze3d.pipeline with parameters of type GpuFormatModifierConstructorDescriptionMainTarget(int desiredWidth, int desiredHeight, GpuFormat depthFormat) RenderTarget(@Nullable String label, @Nullable GpuFormat colorFormat, @Nullable GpuFormat depthFormat) TextureTarget(@Nullable String label, int width, int height, @Nullable GpuFormat colorFormat, @Nullable GpuFormat depthFormat) -
Uses of GpuFormat in com.mojang.blaze3d.resource
Fields in com.mojang.blaze3d.resource declared as GpuFormatModifier and TypeFieldDescriptionprivate final GpuFormatRenderTargetDescriptor.TextureProperties.formatThe field for theformatrecord component.Methods in com.mojang.blaze3d.resource that return GpuFormatModifier and TypeMethodDescriptionRenderTargetDescriptor.TextureProperties.format()Returns the value of theformatrecord component.Constructors in com.mojang.blaze3d.resource with parameters of type GpuFormatModifierConstructorDescriptionTextureProperties(@Nullable Vector4fc clearColor, GpuFormat format) Creates an instance of aTexturePropertiesrecord class. -
Uses of GpuFormat in com.mojang.blaze3d.vertex
Fields in com.mojang.blaze3d.vertex declared as GpuFormatModifier and TypeFieldDescriptionprivate static final GpuFormatDefaultVertexFormat.CHUNK_POSITION_FORMATprivate static final GpuFormatDefaultVertexFormat.CHUNK_VISIBILITY_FORMATprivate static final GpuFormatDefaultVertexFormat.COLOR_FORMATprivate 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_FORMATprivate static final GpuFormatDefaultVertexFormat.UV3_FORMAT -
Uses of GpuFormat in com.mojang.renderpearl.api
Subclasses with type arguments of type GpuFormat in com.mojang.renderpearl.apiMethods in com.mojang.renderpearl.api that return GpuFormat -
Uses of GpuFormat in com.mojang.renderpearl.api.device
Methods in com.mojang.renderpearl.api.device 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) intDeviceLimits.maxTextureSizeForFormat(GpuFormat format) -
Uses of GpuFormat in com.mojang.renderpearl.api.pipeline
Fields in com.mojang.renderpearl.api.pipeline declared as GpuFormatModifier and TypeFieldDescriptionprivate final GpuFormatColorTargetState.formatThe field for theformatrecord component.BindGroupLayout.UniformDescription.gpuFormatThe field for thegpuFormatrecord component.Methods in com.mojang.renderpearl.api.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.renderpearl.api.pipeline with parameters of type GpuFormatModifier and TypeMethodDescriptionBindGroupLayout.Builder.withUniform(String name, UniformType type, GpuFormat format) Constructors in com.mojang.renderpearl.api.pipeline with parameters of type GpuFormatModifierConstructorDescriptionColorTargetState(Optional<BlendFunction> blendFunction, GpuFormat format, int writeMask) Creates an instance of aColorTargetStaterecord class.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.renderpearl.api.textures
Methods in com.mojang.renderpearl.api.textures that return GpuFormat -
Uses of GpuFormat in com.mojang.renderpearl.api.vertex
Fields in com.mojang.renderpearl.api.vertex declared as GpuFormatModifier and TypeFieldDescriptionprivate final GpuFormatVertexFormatElement.formatThe field for theformatrecord component.Methods in com.mojang.renderpearl.api.vertex that return GpuFormatModifier and TypeMethodDescriptionVertexFormatElement.format()Returns the value of theformatrecord component.Methods in com.mojang.renderpearl.api.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.renderpearl.api.vertex with parameters of type GpuFormatModifierConstructorDescriptionVertexFormatElement(String name, int offset, GpuFormat format) Creates an instance of aVertexFormatElementrecord class. -
Uses of GpuFormat in com.mojang.renderpearl.backend.api
Fields in com.mojang.renderpearl.backend.api declared as GpuFormatModifier and TypeFieldDescriptionprivate final GpuFormatBackendRenderPipeline.CreateInfo.AttribBinding.formatThe field for theformatrecord component.Methods in com.mojang.renderpearl.backend.api that return GpuFormatModifier and TypeMethodDescriptionBackendRenderPipeline.CreateInfo.AttribBinding.format()Returns the value of theformatrecord component.Methods in com.mojang.renderpearl.backend.api with parameters of type GpuFormatModifier and TypeMethodDescriptionGpuDeviceBackend.createTexture(@Nullable String label, int usage, GpuFormat format, int width, int height, int depthOrLayers, int mipLevels) Constructors in com.mojang.renderpearl.backend.api with parameters of type GpuFormatModifierConstructorDescriptionAttribBinding(int bufferSlot, int location, int offset, GpuFormat format) Creates an instance of aAttribBindingrecord class. -
Uses of GpuFormat in com.mojang.renderpearl.backend.common
Fields in com.mojang.renderpearl.backend.common declared as GpuFormatMethods in com.mojang.renderpearl.backend.common that return GpuFormatConstructors in com.mojang.renderpearl.backend.common with parameters of type GpuFormatModifierConstructorDescriptionBaseGpuTexture(int usage, String label, GpuFormat format, int width, int height, int depthOrLayers, int mipLevels) -
Uses of GpuFormat in com.mojang.renderpearl.backend.opengl
Fields in com.mojang.renderpearl.backend.opengl declared as GpuFormatModifier and TypeFieldDescriptionprivate final GpuFormatUniform.Utb.formatThe field for theformatrecord component.Methods in com.mojang.renderpearl.backend.opengl that return GpuFormatModifier and TypeMethodDescriptionUniform.Utb.format()Returns the value of theformatrecord component.Methods in com.mojang.renderpearl.backend.opengl with parameters of type GpuFormatModifier and TypeMethodDescriptionGlDevice.createTexture(@Nullable 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.renderpearl.backend.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.renderpearl.backend.vulkan
Methods in com.mojang.renderpearl.backend.vulkan with parameters of type GpuFormatModifier and TypeMethodDescriptionVulkanDevice.createTexture(@Nullable 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.renderpearl.backend.vulkan with parameters of type GpuFormatModifierConstructorDescriptionVulkanGpuTexture(VulkanDevice device, int usage, String label, GpuFormat format, int width, int height, int depthOrLayers, int mipLevels) -
Uses of GpuFormat in com.mojang.renderpearl.frontend
Methods in com.mojang.renderpearl.frontend with parameters of type GpuFormatModifier and TypeMethodDescriptionFrontendGpuDevice.createTexture(@Nullable String label, int usage, GpuFormat format, int width, int height, int depthOrLayers, int mipLevels) FrontendGpuDevice.createTexture(@Nullable Supplier<String> label, int usage, 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