Record Class VulkanBindGroupLayout.Entry
java.lang.Object
java.lang.Record
com.mojang.blaze3d.vulkan.VulkanBindGroupLayout.Entry
- Enclosing class:
VulkanBindGroupLayout
public static record VulkanBindGroupLayout.Entry(VulkanBindGroupLayout.VulkanBindGroupEntryType type, String name, @Nullable GpuFormat texelBufferFormat)
extends Record
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final StringThe field for thenamerecord component.The field for thetexelBufferFormatrecord component.private final VulkanBindGroupLayout.VulkanBindGroupEntryTypeThe field for thetyperecord component. -
Constructor Summary
ConstructorsConstructorDescriptionEntry(VulkanBindGroupLayout.VulkanBindGroupEntryType type, String name, @Nullable GpuFormat texelBufferFormat) Creates an instance of aEntryrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.name()Returns the value of thenamerecord component.Returns the value of thetexelBufferFormatrecord component.final StringtoString()Returns a string representation of this record class.type()Returns the value of thetyperecord component.
-
Field Details
-
type
The field for thetyperecord component. -
name
The field for thenamerecord component. -
texelBufferFormat
-
-
Constructor Details
-
Entry
public Entry(VulkanBindGroupLayout.VulkanBindGroupEntryType type, String name, @Nullable GpuFormat texelBufferFormat) Creates an instance of aEntryrecord class.- Parameters:
type- the value for thetyperecord componentname- the value for thenamerecord componenttexelBufferFormat- the value for thetexelBufferFormatrecord component
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
type
Returns the value of thetyperecord component.- Returns:
- the value of the
typerecord component
-
name
Returns the value of thenamerecord component.- Returns:
- the value of the
namerecord component
-
texelBufferFormat
-