Uses of Record Class
com.mojang.blaze3d.resource.RenderTargetDescriptor.TextureProperties
Packages that use RenderTargetDescriptor.TextureProperties
-
Uses of RenderTargetDescriptor.TextureProperties in com.mojang.blaze3d.resource
Fields in com.mojang.blaze3d.resource declared as RenderTargetDescriptor.TexturePropertiesModifier and TypeFieldDescriptionprivate final @Nullable RenderTargetDescriptor.TexturePropertiesRenderTargetDescriptor.colorThe field for thecolorrecord component.static final RenderTargetDescriptor.TexturePropertiesRenderTargetDescriptor.TextureProperties.DEFAULT_DEPTHprivate final @Nullable RenderTargetDescriptor.TexturePropertiesRenderTargetDescriptor.depthThe field for thedepthrecord component.Methods in com.mojang.blaze3d.resource that return RenderTargetDescriptor.TexturePropertiesModifier and TypeMethodDescriptionRenderTargetDescriptor.color()Returns the value of thecolorrecord component.RenderTargetDescriptor.depth()Returns the value of thedepthrecord component.Constructors in com.mojang.blaze3d.resource with parameters of type RenderTargetDescriptor.TexturePropertiesModifierConstructorDescriptionRenderTargetDescriptor(int width, int height, @Nullable RenderTargetDescriptor.TextureProperties color, @Nullable RenderTargetDescriptor.TextureProperties depth) Creates an instance of aRenderTargetDescriptorrecord class.